]> code.ossystems Code Review - openembedded-core.git/commitdiff
initramfs-framework_1.0:replace busybox for variable.
authorAlejandro Joya <alejandro.joya.cruz@intel.com>
Tue, 17 Nov 2015 22:13:15 +0000 (16:13 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 14:01:48 +0000 (14:01 +0000)
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 <alejandro.joya.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb

index 6c37b9aef6bef8a5431acc2badcf0137347d2a95..0664a95c9d04b05e5ad57bb0f0f6a2704d19405b 100644 (file)
@@ -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"