mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-06-01 22:59:43 +00:00
packagegroup-ima*: clean up the RDEPENDS
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -2,11 +2,6 @@ DESCRIPTION = "Linux Integrity Measurement Architecture (IMA) subsystem for init
|
|||||||
|
|
||||||
include packagegroup-ima.inc
|
include packagegroup-ima.inc
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += "\
|
||||||
util-linux-mount \
|
|
||||||
util-linux-umount \
|
|
||||||
gawk \
|
|
||||||
ima-policy \
|
|
||||||
key-store-ima-cert \
|
|
||||||
initrdscripts-ima \
|
initrdscripts-ima \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
LIC_FILES_CHKSUM = "\
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
|
||||||
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
|
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS_${PN} = "\
|
||||||
ima-evm-utils \
|
ima-evm-utils \
|
||||||
coreutils \
|
|
||||||
grep \
|
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user