From: Alexander Kanavin Date: Thu, 15 Jun 2017 12:46:07 +0000 (+0300) Subject: speex: fix upstream version check X-Git-Tag: uninative-1.7~365 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2488c95a0840a0c1867fb2d629bdb0582c4b9bad;p=openembedded-core.git speex: fix upstream version check Signed-off-by: Alexander Kanavin --- 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\d+(\.\d+)+)\.tar" SRC_URI[md5sum] = "8ab7bb2589110dfaf0ed7fa7757dc49c" SRC_URI[sha256sum] = "eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094"