initrdscripts-secure-core: don't install sysvinit

/sbin/init should be covered by rootfs not here.

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-07-26 22:40:48 +08:00
parent c28ebfb984
commit 4eaaa557ff
@@ -25,7 +25,6 @@ FILES_${PN} = "\
# Install the minimal stuffs only, and don't care how the external
# environment is configured.
# @sysvinit: init
# @coreutils: echo, cat, sleep, switch_root, expr, mkdir
# @util-linux: mount
# @grep: grep
@@ -33,7 +32,6 @@ FILES_${PN} = "\
# @eudev: udevd, udevadm
# @procps: pkill
RDEPENDS_${PN} += "\
sysvinit \
coreutils \
util-linux-mount \
grep \