mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
initramfs-framework: mdev: Add a runtime dependency on busybox-mdev
The mdev support relies on the mdev support inside busybox, which thus builds the busybox-mdev package. Adding the runtime dependency ensures its installation fails if mdev support is disabled. (From OE-Core rev: 48dbdc0317db6836cfeba083844910c15d5beb77) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0c8b264e03
commit
9623b237ce
@@ -50,7 +50,7 @@ PACKAGES = "${PN}-base \
|
||||
FILES_${PN}-base = "/init /init.d/99-finish /dev"
|
||||
|
||||
SUMMARY_initramfs-module-mdev = "initramfs support for mdev"
|
||||
RDEPENDS_initramfs-module-mdev = "${PN}-base"
|
||||
RDEPENDS_initramfs-module-mdev = "${PN}-base busybox-mdev"
|
||||
FILES_initramfs-module-mdev = "/init.d/01-mdev"
|
||||
|
||||
SUMMARY_initramfs-module-udev = "initramfs support for udev"
|
||||
|
||||
Reference in New Issue
Block a user