aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu
diff options
context:
space:
mode:
authorThilo Fromm <t.fromm@dresearch.de>2010-09-29 04:48:45 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-30 13:15:07 -0700
commit35686bb67b5431e8ff0c2743653279a5e94fffa8 (patch)
tree33548267ad3daf6ba2662e310b319e38c748d09e /recipes/qemu
parentc5a250437273e98fd66a13cfa6f5088b9ae68a97 (diff)
downloadopenembedded-35686bb67b5431e8ff0c2743653279a5e94fffa8.tar.gz
qemu-0.12.5: add ncurses, gnutls dependencies
QEmu build breaks occassionally because some of the libraries required have not been built at the time qemu is being built. I ran into problems with the "qemu-native" build which tried to link against host libraries and subsequently failed: .... | LINK sh4eb-softmmu/qemu-system-sh4eb | LINK sh4-softmmu/qemu-system-sh4 | LINK mips-softmmu/qemu-system-mips | CC mips64el-softmmu/fpu/softfloat.o | CC sparc-softmmu/i386-dis.o | /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libgnutls.so: undefined reference to `gcry_cipher_setkey@GCRYPT_1.2' | /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libgnutls.so: undefined reference to `gcry_cipher_setiv@GCRYPT_1.2' | collect2: ld returned 1 exit status | make[1]: *** [qemu-system-mips] Error 1 | make: *** [subdir-mips-softmmu] Error 2 .... This patch adds gnutls and ncurses dependencies to the recipe. Signed-off-by: Thilo Fromm <t.fromm@dresearch.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/qemu')
-rw-r--r--recipes/qemu/qemu_0.12.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/qemu/qemu_0.12.5.bb b/recipes/qemu/qemu_0.12.5.bb
index c823fbda14..a8d67f135b 100644
--- a/recipes/qemu/qemu_0.12.5.bb
+++ b/recipes/qemu/qemu_0.12.5.bb
@@ -1,7 +1,7 @@
LICENSE = "GPL"
-DEPENDS = "zlib"
+DEPENDS = "zlib ncurses gnutls"
-PR = "r0"
+PR = "r1"
SRC_URI = "\
http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \