meta-tpm2: code style fixup

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-07-20 16:13:07 +08:00
parent b2ace92daf
commit 4d98ee98d2
6 changed files with 9 additions and 6 deletions
@@ -1 +1 @@
include packagegroup-tpm2.inc require packagegroup-tpm2.inc
@@ -1,4 +1,4 @@
include packagegroup-tpm2.inc require packagegroup-tpm2.inc
RDEPENDS_${PN} += "\ RDEPENDS_${PN} += "\
tpm2-abrmd \ tpm2-abrmd \
@@ -1,5 +1,8 @@
DESCRIPTION = "Packagegroup for TPM2 TCG TSS userspace and utilities." DESCRIPTION = "Packagegroup for TPM2 TCG TSS userspace and utilities."
LICENSE = "MIT" LICENSE = "MIT"
PR = "r0" LIC_FILES_CHKSUM = "\
file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
"
inherit packagegroup inherit packagegroup
@@ -1 +1 @@
include linux-yocto-tpm2.inc require linux-yocto-tpm2.inc
@@ -1,6 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
SRC_URI += " \ SRC_URI += "\
${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', \ ${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', \
'file://tpm2.scc file://tpm2.cfg', '', d)} \ 'file://tpm2.scc file://tpm2.cfg', '', d)} \
" "
@@ -1 +1 @@
include linux-yocto-tpm2.inc require linux-yocto-tpm2.inc