diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-03 17:05:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:46 +0000 |
commit | 3b543d6732d461e2f12d56d1a6e48c68e63a81e5 (patch) | |
tree | f17a347019b42dd77e845a821801dce909da6342 /meta/recipes-devtools | |
parent | 3ed00772bfea69bd7213d301d665d49c89707bc0 (diff) | |
download | poky-3b543d6732d461e2f12d56d1a6e48c68e63a81e5.tar.gz |
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).
(From OE-Core rev: 3c57a755ff1aec3806770443b73dc899d981c678)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 ca411a6ef9..2b60347aa7 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
4 | DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman" | 4 | DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman" |
5 | DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native pixman-native" | 5 | DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native pixman-native" |
6 | DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0 nativesdk-pixman" | 6 | DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0 nativesdk-pixman" |
7 | RDEPENDS_class-nativesdk = "nativesdk-libsdl" | 7 | RDEPENDS_${PN}_class-nativesdk = "nativesdk-libsdl" |
8 | 8 | ||
9 | require qemu-targets.inc | 9 | require qemu-targets.inc |
10 | inherit autotools | 10 | inherit autotools |