diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-04-30 23:58:13 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-05-04 22:42:34 +0400 |
commit | 1a77f2ae75c78fb2caded79e115578c91e2c8d67 (patch) | |
tree | 6a475d106c0bd92cedc0377ed9480f9e3ceaadfa /recipes/qemu/qemu-native.inc | |
parent | f9b60e552a6a29bf5d0a7cb7a67393577be9b10b (diff) |
qemu: add version 0.10.3, initial
Finally not requiring GCC3. Added with masked preference, need to carefully
sort out and apply OE's patches.
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/qemu/qemu-native.inc')
-rw-r--r-- | recipes/qemu/qemu-native.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/qemu/qemu-native.inc b/recipes/qemu/qemu-native.inc index 3e6433cc5e..e4064a2f75 100644 --- a/recipes/qemu/qemu-native.inc +++ b/recipes/qemu/qemu-native.inc @@ -1,6 +1,3 @@ inherit native -DEPENDS = "libsdl-native zlib-native gcc3-native" - -require qemu-gcc3-check.inc - +DEPENDS = "libsdl-native zlib-native" |