]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 24 Aug 2017 13:32:25 +0000 (16:32 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Aug 2017 21:29:44 +0000 (22:29 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb

index 08eaf197375bed3b86fe1515d6e93e070f1b9ccb..204e36fd2e688ef2ed50265aa5d6817726c722dd 100644 (file)
@@ -27,6 +27,8 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \
            file://0001-osdep-Add-runtime-OFD-lock-detection.patch \
            file://0002-file-posix-Do-runtime-check-for-ofd-lock-API.patch \
            "
+UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+\..*)\.tar"
+
 
 SRC_URI_append_class-native = " \
             file://fix-libcap-header-issue-on-some-distro.patch \