summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb
index 889603c9..5b5de64c 100644
--- a/recipes-devtools/qemu/qemu-qoriq_git.bb
+++ b/recipes-devtools/qemu/qemu-qoriq_git.bb
@@ -5,6 +5,7 @@ require recipes-devtools/qemu/qemu.inc
5inherit ptest 5inherit ptest
6 6
7RDEPENDS_${PN}-ptest = "bash make" 7RDEPENDS_${PN}-ptest = "bash make"
8DEPENDS = "glib-2.0 zlib pixman dtc"
8 9
9LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ 10LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
10 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" 11 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
@@ -12,10 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/qemu;nobranch=1 \ 13SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/qemu;nobranch=1 \
13 file://powerpc_rom.bin \ 14 file://powerpc_rom.bin \
14 file://run-ptest \ 15 file://run-ptest \
15 file://memfd.patch \
16 " 16 "
17 17
18SRCREV = "6c297a7ddd355d499ddd31353a763d57a092f851" 18SRCREV = "798304eeb99ec1d2f8910275a3505f964a73c651"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21