diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-09-06 12:29:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-10 12:13:05 +0100 |
commit | 51ed80991faecc9ff0b18c3deb8fed14b1bd31db (patch) | |
tree | 3db52d0fa39da98451c793b72479aa1a08fe2ecd /meta/recipes-devtools/qemu | |
parent | b9036bcf1b63ee8971063ee36006cf73f58a03d2 (diff) | |
download | poky-51ed80991faecc9ff0b18c3deb8fed14b1bd31db.tar.gz |
qemu: fix upstream version check
(From OE-Core rev: dff0e6de970bb4c858c22874ea19328c670a4ad6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_3.0.0.bb b/meta/recipes-devtools/qemu/qemu_3.0.0.bb index 80da0810f1..588db7fd6a 100644 --- a/meta/recipes-devtools/qemu/qemu_3.0.0.bb +++ b/meta/recipes-devtools/qemu/qemu_3.0.0.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
22 | file://0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch \ | 22 | file://0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch \ |
23 | file://0011-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch \ | 23 | file://0011-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch \ |
24 | " | 24 | " |
25 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar" | 25 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
26 | 26 | ||
27 | SRC_URI_append_class-native = " \ | 27 | SRC_URI_append_class-native = " \ |
28 | file://0012-fix-libcap-header-issue-on-some-distro.patch \ | 28 | file://0012-fix-libcap-header-issue-on-some-distro.patch \ |