diff options
author | Ross Burton <ross.burton@intel.com> | 2013-07-29 16:42:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:04 +0100 |
commit | f890c73027fea3218d128fdade69f69b8783d895 (patch) | |
tree | 2d926ae5de77122a307aa8bfcb07688edbcc0773 /meta/recipes-devtools/qemu/qemu.inc | |
parent | a767e362580b68dfc50fb3c54289f97558abb60c (diff) | |
download | poky-f890c73027fea3218d128fdade69f69b8783d895.tar.gz |
qemu: remove unused SDL variable
(From OE-Core rev: 414f1b54f93115bc52130f342ffe3a95be47b18e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 77045dfe68..c43f1ef8a0 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -13,10 +13,6 @@ BBCLASSEXTEND = "native nativesdk" | |||
13 | # QEMU_TARGETS is overridable variable | 13 | # QEMU_TARGETS is overridable variable |
14 | QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64" | 14 | QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64" |
15 | 15 | ||
16 | SDL ?= "" | ||
17 | SDL_class-native ?= "" | ||
18 | SDL_class-nativesdk ?= "" | ||
19 | |||
20 | SRC_URI = "\ | 16 | SRC_URI = "\ |
21 | file://powerpc_rom.bin \ | 17 | file://powerpc_rom.bin \ |
22 | file://no-strip.patch \ | 18 | file://no-strip.patch \ |