summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-10-31 00:19:08 +0000
committerMatthew McClintock <msm@freescale.com>2012-12-04 13:16:52 -0600
commit33348269040e48f5efb592ce3ba0d6afb2d035c1 (patch)
tree794a94e26bacbdbafee2fa6c69e7be1990ded5a7 /recipes-devtools
parentc8157f7d95e0c47744f5524ee03852f6bccb8a38 (diff)
downloadmeta-fsl-ppc-33348269040e48f5efb592ce3ba0d6afb2d035c1.tar.gz
qemu_1.0.bb: lock down SHA for release
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-devtools')
-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