| Submitter | Richard Purdie |
|---|---|
| Date | Feb. 3, 2013, 11:55 p.m. |
| Message ID | <decd97055b075dadcceb93169bc1592afba84497.1359935562.git.richard.purdie@linuxfoundation.org> |
| Download | mbox | patch |
| Permalink | /patch/43875/ |
| State | Accepted |
| Commit | 3c57a755ff1aec3806770443b73dc899d981c678 |
| Headers | show |
Comments
Patch
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
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@linuxfoundation.org> --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)