mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
initrdscripts-secure-core: install udevd and udevadm provided by either eudev or udev
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -29,14 +29,13 @@ FILES_${PN} = "\
|
||||
# @util-linux: mount
|
||||
# @grep: grep
|
||||
# @gawk: awk
|
||||
# @eudev: udevd, udevadm
|
||||
# @procps: pkill
|
||||
# @eudev or udev: udevd, udevadm
|
||||
RDEPENDS_${PN} += "\
|
||||
coreutils \
|
||||
util-linux-mount \
|
||||
grep \
|
||||
gawk \
|
||||
eudev \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'udev', 'eudev', d)} \
|
||||
"
|
||||
|
||||
# @initrdscripts-ima: init.ima
|
||||
|
||||
Reference in New Issue
Block a user