diff options
author | Matthew McClintock <msm@freescale.com> | 2012-10-31 00:19:08 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-12-04 13:16:52 -0600 |
commit | 33348269040e48f5efb592ce3ba0d6afb2d035c1 (patch) | |
tree | 794a94e26bacbdbafee2fa6c69e7be1990ded5a7 /recipes-devtools | |
parent | c8157f7d95e0c47744f5524ee03852f6bccb8a38 (diff) | |
download | meta-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.bb | 3 |
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 |
7 | PV = "1.0+fsl" | 7 | PV = "1.0+fsl" |
8 | PR = "r2" | ||
8 | 9 | ||
9 | DEPENDS += "dtc" | 10 | DEPENDS += "dtc" |
10 | 11 | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git" |
12 | SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011" | 13 | SRCREV = "7feabd47a814214dc4bebfd97d0eaf30dc50a68f" |
13 | 14 | ||
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
15 | 16 | ||