aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2013-11-25 09:57:20 +0100
committerKoen Kooi <koen.kooi@linaro.org>2013-11-25 09:58:45 +0100
commitfaeb2b7c347423cb600216b0b9d1e10e6dab5a01 (patch)
treee92d77567032dffa1fdc27bb7c0c22cf2d383558
parent38a757943e10509e1eaf05811ae405b1552b4c6e (diff)
qemu git: add missing dependency on jpeg
05:03:45 | Collected errors: 05:03:45 | * satisfy_dependencies_for: Cannot satisfy the following dependencies for qemu: 05:03:45 | * libjpeg8 (>= 8d+1.3.0) * 05:03:45 | * opkg_install_cmd: Cannot install package qemu. Change-Id: I238fde69bdd253cd5d654461249f1905d765b131 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rw-r--r--meta-linaro/recipes-devtools/qemu/qemu_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-linaro/recipes-devtools/qemu/qemu_git.bb b/meta-linaro/recipes-devtools/qemu/qemu_git.bb
index eceeddc1..86f589ef 100644
--- a/meta-linaro/recipes-devtools/qemu/qemu_git.bb
+++ b/meta-linaro/recipes-devtools/qemu/qemu_git.bb
@@ -1,5 +1,9 @@
require recipes-devtools/qemu/qemu.inc
+DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman dtc libsdl jpeg"
+DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native pixman-native dtc-native"
+DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0 nativesdk-pixman nativesdk-dtc"
+
SRCREV = "${AUTOREV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \