diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-24 16:32:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-27 22:30:06 +0100 |
commit | 759c7d4672d7c22a74b6e980fbec044dfbc16271 (patch) | |
tree | 8867012e4dc5c6632a08525ddbc894be64be5983 /meta/recipes-devtools/qemu | |
parent | 90c1e0da59e7919a511405063d4125d9629fcc2a (diff) | |
download | poky-759c7d4672d7c22a74b6e980fbec044dfbc16271.tar.gz |
qemu: fix upstream version check
(From OE-Core rev: 0f3074318adf80a9ba681f2318329dc2ae2a4bb8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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_2.10.0-rc2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb b/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb index 08eaf19737..204e36fd2e 100644 --- a/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb +++ b/meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb | |||
@@ -27,6 +27,8 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \ | |||
27 | file://0001-osdep-Add-runtime-OFD-lock-detection.patch \ | 27 | file://0001-osdep-Add-runtime-OFD-lock-detection.patch \ |
28 | file://0002-file-posix-Do-runtime-check-for-ofd-lock-API.patch \ | 28 | file://0002-file-posix-Do-runtime-check-for-ofd-lock-API.patch \ |
29 | " | 29 | " |
30 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar" | ||
31 | |||
30 | 32 | ||
31 | SRC_URI_append_class-native = " \ | 33 | SRC_URI_append_class-native = " \ |
32 | file://fix-libcap-header-issue-on-some-distro.patch \ | 34 | file://fix-libcap-header-issue-on-some-distro.patch \ |