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

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


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

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

qemu: 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>

---

 meta/recipes-devtools/qemu/qemu.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index ca411a6..2b60347 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
 DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman"
 DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native pixman-native"
 DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0 nativesdk-pixman"
-RDEPENDS_class-nativesdk = "nativesdk-libsdl"
+RDEPENDS_${PN}_class-nativesdk = "nativesdk-libsdl"
 
 require qemu-targets.inc
 inherit autotools





More information about the Openembedded-commits mailing list