summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-06-15 15:46:07 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:51:56 +0100
commit2488c95a0840a0c1867fb2d629bdb0582c4b9bad (patch)
treed11b3d499f9394d6abcd0805a064139d5510ce1d /meta
parent861817af203399e21bd97601bf00d66fbcee436a (diff)
downloadopenembedded-core-contrib-2488c95a0840a0c1867fb2d629bdb0582c4b9bad.tar.gz
speex: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/speex/speex_1.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/speex/speex_1.2.0.bb b/meta/recipes-multimedia/speex/speex_1.2.0.bb
index fc020a2faa..cc69bb5067 100644
--- a/meta/recipes-multimedia/speex/speex_1.2.0.bb
+++ b/meta/recipes-multimedia/speex/speex_1.2.0.bb
@@ -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"