diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-10-31 00:19:08 +0000 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-11-13 10:57:15 -0600 |
| commit | b0ab150f50c8c0862eab6cace30ce520d38b6b8b (patch) | |
| tree | 55e5aeb6516abb7859d40244037a2210b9b825ab | |
| parent | 02f41916916826ab5358c7fe37e73d7b553e066a (diff) | |
| download | meta-fsl-ppc-b0ab150f50c8c0862eab6cace30ce520d38b6b8b.tar.gz | |
qemu_1.0.bb: lock down SHA for release
Signed-off-by: Matthew McClintock <msm@freescale.com>
| -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 | ||
