]> code.ossystems Code Review - openembedded-core.git/commitdiff
speex: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 15 Jun 2017 12:46:07 +0000 (15:46 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 14:51:56 +0000 (15:51 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-multimedia/speex/speex_1.2.0.bb

index fc020a2faa5d0b85c2bf6b99927ccbd56053ec12..cc69bb50672e8a1d7af8eb40eb4ee3a86353fb05 100644 (file)
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
 DEPENDS = "libogg speexdsp"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-${PV}.tar.gz"
+UPSTREAM_CHECK_REGEX = "speex-(?P<pver>\d+(\.\d+)+)\.tar"
 
 SRC_URI[md5sum] = "8ab7bb2589110dfaf0ed7fa7757dc49c"
 SRC_URI[sha256sum] = "eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"