diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-02-26 17:12:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:27:46 +0000 |
commit | ef461c4a2a3e056adc875662f3c26f2cb4b9f161 (patch) | |
tree | 275b3c2ebf590e0121f4c87b034a7f1028ad9ce9 /meta/recipes-devtools/qemu/qemu.inc | |
parent | caea5b961030fb5b66937317f4e501fddd5fb25e (diff) | |
download | poky-ef461c4a2a3e056adc875662f3c26f2cb4b9f161.tar.gz |
qemu: Add glib-2.0 as depends
(From OE-Core rev: 37a8655bd4b781985eb6b4e33f1847e997609f7b)
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 | 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 27ce14d92a..307a205cdc 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "open source processor emulator" | 1 | DESCRIPTION = "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 = "zlib alsa-lib virtual/libx11" | 4 | DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11" |
5 | 5 | ||
6 | # QEMU_TARGETS is overridable variable | 6 | # QEMU_TARGETS is overridable variable |
7 | QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64" | 7 | QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64" |