diff options
| -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 | ||
