remove libtpm recipe and adjust pkg grp

This commit is contained in:
Sar Ashki, Babak 2020-02-17 13:37:02 -08:00 committed by Saul Wold
parent 474176542e
commit 6fc328d26c
2 changed files with 1 additions and 35 deletions
recipes-core/packagegroups
recipes-support/libtpms

@ -197,11 +197,11 @@ RDEPENDS_packagegroup-stak-base = " \
deltarpm \
dtc \
dtc-dev \
libtpms \
nscd \
openscap \
polkit \
"
# libtpms
# libibverbs Conflicts with rdma-core
# qat17
# docker-distribution

@ -1,34 +0,0 @@
#
# Copyright (C) 2019 Wind River Systems, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
DESCRIPTION = "\
"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
SRCREV = "f74b7104c0124db56c123ed171f378e82bd207c2"
PROTOCOL = "https"
BRANCH = "stable-0.6.0"
S = "${WORKDIR}/git"
PV = "0.6.1+git${SRCPV}"
SRC_URI = "git://github.com/stefanberger/libtpms.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
DEPENDS += " tpm2-tss tpm2-tools tpm2-abrmd openssh openssl"
inherit autotools
EXTRA_OECONF += "--with-openssl --with-tpm2"