[oe-commits] [openembedded-core] 31/38: initramfs-framework: mdev: Add a runtime dependency on busybox-mdev

git at git.openembedded.org git at git.openembedded.org
Thu Jun 23 13:27:33 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 48dbdc0317db6836cfeba083844910c15d5beb77
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Mon Jun 20 15:23:52 2016 -0300

    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.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
index 0664a95..e5cf9cb 100644
--- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list