diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-17 09:51:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-17 10:01:35 +0100 |
commit | ea06e645a5497ebf0da6cb51ad6a9091522a06bd (patch) | |
tree | 8f91320eeebf9e00836456186351af7bd4db118d /meta/recipes-devtools/qemu | |
parent | 241bdb0cd5370029bd6cb8286b259e4582334fe9 (diff) | |
download | poky-ea06e645a5497ebf0da6cb51ad6a9091522a06bd.tar.gz |
qemu.inc: Drop unneeded nativesdk-libsdl RDEPENDS
Now sdl is completely handled by PACKAGECONFIG, we can drop this RDEPENDS.
(From OE-Core rev: df764706c221a0da77af993dad23b1b97507ec8b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e2842f05b0..d47a44e222 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -2,7 +2,6 @@ SUMMARY = "Fast open source processor emulator" | |||
2 | HOMEPAGE = "http://qemu.org" | 2 | HOMEPAGE = "http://qemu.org" |
3 | LICENSE = "GPLv2 & LGPLv2.1" | 3 | LICENSE = "GPLv2 & LGPLv2.1" |
4 | DEPENDS = "glib-2.0 zlib pixman" | 4 | DEPENDS = "glib-2.0 zlib pixman" |
5 | RDEPENDS_${PN}_class-nativesdk = "nativesdk-libsdl" | ||
6 | RDEPENDS_${PN}_class-target += "bash python" | 5 | RDEPENDS_${PN}_class-target += "bash python" |
7 | 6 | ||
8 | require qemu-targets.inc | 7 | require qemu-targets.inc |