summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/qemu/qemu_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
index 91a12dc..ff4afde 100644
--- a/recipes-devtools/qemu/qemu_1.0.bb
+++ b/recipes-devtools/qemu/qemu_1.0.bb
@@ -5,11 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
5 5
6# This means v1.0 with FSL specific patches applied 6# This means v1.0 with FSL specific patches applied
7PV = "1.0+fsl" 7PV = "1.0+fsl"
8PR = "r2"
8 9
9DEPENDS += "dtc" 10DEPENDS += "dtc"
10 11
11SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git" 12SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
12SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011" 13SRCREV = "7feabd47a814214dc4bebfd97d0eaf30dc50a68f"
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16