initramfs-live-boot: Set RDEPENDS on the specific package that needs it
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Feb 2013 17:05:37 +0000 (17:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 16:42:47 +0000 (16:42 +0000)
Set the RDEPENDS on the specific package that has the dependency and stop it
being applied to for example ${PN}-doc (and others).

(From OE-Core rev: 7437a864f03ff56a4fba9d8ce9baf845b945ed9e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb

index 55a8600..1e674a4 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "A live image init script"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-RDEPENDS = "udev"
 DEPENDS = "virtual/kernel"
+RDEPENDS_${PN} = "udev"
 SRC_URI = "file://init-live.sh"
 
 PR = "r11"