diff options
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | meta-linaro/recipes-devtools/qemu/qemu_git.bb | 5 |
2 files changed, 3 insertions, 3 deletions
@@ -2,3 +2,4 @@ host=review.linaro.org port=29418 project=openembedded/meta-linaro +defaultbranch=dora diff --git a/meta-linaro/recipes-devtools/qemu/qemu_git.bb b/meta-linaro/recipes-devtools/qemu/qemu_git.bb index 40dafe5b..7c0effe5 100644 --- a/meta-linaro/recipes-devtools/qemu/qemu_git.bb +++ b/meta-linaro/recipes-devtools/qemu/qemu_git.bb @@ -4,13 +4,12 @@ DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman dtc libsdl jpeg" DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native pixman-native dtc-native" DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0 nativesdk-pixman nativesdk-dtc" -SRCREV = "${AUTOREV}" +SRCREV = "f976b09ea249cccc3fd41c98aaf6512908db0bae" LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" -PV = "1.6.0+git${SRCPV}" -PR = "r2" +PV = "1.7.50+git${SRCPV}" SRC_URI = "git://git.qemu.org/qemu.git \ file://powerpc_rom.bin \ |