diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-01-06 13:33:23 +0100 |
---|---|---|
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2014-02-05 09:37:03 +0000 |
commit | e48001c5f1471f7b913febf62e210ed93e483e99 (patch) | |
tree | 1d53c0e57dd9ba8d12eb7366e5612bf1e729b2ee | |
parent | a57ff6a8f3e33c22c18577491b12495f2ac9a48e (diff) | |
download | meta-linaro-e48001c5f1471f7b913febf62e210ed93e483e99.tar.gz |
qemu git: update to latest git to drag in aarch64 support
Adjust PV to match VERSION files in the git tree.
Change-Id: Ieb93fe94cdcf737495be20a3c99fc9ad9193724e
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
(cherry picked from commit fc9473336a77603edabda89ae0bac58ef652d649)
-rw-r--r-- | meta-linaro/recipes-devtools/qemu/qemu_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-linaro/recipes-devtools/qemu/qemu_git.bb b/meta-linaro/recipes-devtools/qemu/qemu_git.bb index 62ba9366..7c0effe5 100644 --- a/meta-linaro/recipes-devtools/qemu/qemu_git.bb +++ b/meta-linaro/recipes-devtools/qemu/qemu_git.bb @@ -4,12 +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 = "5c5432e7d630592ddcc1876ac8a1505f8f14ef15" +SRCREV = "f976b09ea249cccc3fd41c98aaf6512908db0bae" LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" -PV = "1.6.90+git${SRCPV}" +PV = "1.7.50+git${SRCPV}" SRC_URI = "git://git.qemu.org/qemu.git \ file://powerpc_rom.bin \ |