[oe-commits] Richard Purdie : initramfs-live-boot: Set RDEPENDS on the specific package that needs it

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 16:43:24 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 7437a864f03ff56a4fba9d8ce9baf845b945ed9e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7437a864f03ff56a4fba9d8ce9baf845b945ed9e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Feb  3 17:05:37 2013 +0000

initramfs-live-boot: Set RDEPENDS on the specific package that needs it

Set the RDEPENDS on the specific package that has the dependency and stop it
being applied to for example ${PN}-doc (and others).

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../initrdscripts/initramfs-live-boot_1.0.bb       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
index 55a8600..1e674a4 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
@@ -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"





More information about the Openembedded-commits mailing list