summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-10-22 15:55:55 -0500
committerMatthew McClintock <msm@freescale.com>2012-11-13 10:57:03 -0600
commit9e0adb489388e9e0b56397b2cb1121ba4281307d (patch)
tree2956d6b66219c525f8ea08165993e8dd41c5a401
parent598d40e6ee5efd64343fd2c622ab7a31f52047e1 (diff)
downloadmeta-fsl-ppc-9e0adb489388e9e0b56397b2cb1121ba4281307d.tar.gz
qemu_1.0.bb: lock down SHA
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--recipes-devtools/qemu/qemu_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
index 7a6e545..91a12dc 100644
--- a/recipes-devtools/qemu/qemu_1.0.bb
+++ b/recipes-devtools/qemu/qemu_1.0.bb
@@ -9,7 +9,7 @@ PV = "1.0+fsl"
9DEPENDS += "dtc" 9DEPENDS += "dtc"
10 10
11SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git" 11SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
12SRCREV = "${AUTOREV}" 12SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15