From 8c9a604d3ef33d47a48000d6c38159a64204e81e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 4 Feb 2013 11:30:47 +0000 Subject: initramfsframework: Improve RDEPENDS to be package specific Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb') diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb index cbb4a39611..a2c0813f30 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 @@ DESCRIPTION = "initramfs modular system" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -RDEPENDS = "busybox" +RDEPENDS_${PN} += "busybox" PR = "r2" -- cgit 1.2.3-korg