]> code.ossystems Code Review - openembedded-core.git/commitdiff
speexdsp: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 29 Jan 2020 09:07:18 +0000 (10:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Feb 2020 13:03:20 +0000 (13:03 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/speex/speexdsp_1.2.0.bb

index 2f934ebe3ab2d5f01f37fc600f44cdd5f4bee8fe..63696467613d82600618e72908efd57bf91495f7 100644 (file)
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8"
 
 SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz"
 
+UPSTREAM_CHECK_REGEX = "speexdsp-(?P<pver>\d+(\.\d+)+)\.tar"
+
 SRC_URI[md5sum] = "b722df341576dc185d897131321008fc"
 SRC_URI[sha256sum] = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771"