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.

(From OE-Core rev: f0f7062e9aa5e7708fc92cac2afb1aa85eb3d4ef)

Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alejandro Joya 2015-11-17 16:13:15 -06:00 committed by Richard Purdie
parent d9ffa59743
commit cc7bb6c9dd
1 changed files with 1 additions and 1 deletions

View 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"