From: Alejandro Joya Date: Tue, 17 Nov 2015 22:13:15 +0000 (-0600) Subject: initramfs-framework_1.0:replace busybox for variable. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27862 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f7062e9aa5e7708fc92cac2afb1aa85eb3d4ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git initramfs-framework_1.0:replace busybox for variable. It replaces the use of busybox as hardcoded dependency to more dynamic this wouldn't affect the way that the initrams is build, just it let a more flexible replacement in the core. Signed-off-by: Alejandro Joya Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb index 6c37b9aef6b..0664a95c9d0 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb @@ -1,7 +1,7 @@ SUMMARY = "Modular initramfs system" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -RDEPENDS_${PN} += "busybox" +RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}" PR = "r2"