diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-29 10:07:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 13:03:31 +0000 |
commit | 745e3d34264d96a308fc23ab302ae4fa5ec39bba (patch) | |
tree | e51533d72c4324233953f732534997067a327c82 | |
parent | 724293ac6b8a19f56bd932833e31e538f66f1823 (diff) | |
download | poky-745e3d34264d96a308fc23ab302ae4fa5ec39bba.tar.gz |
speexdsp: fix upstream version check
(From OE-Core rev: f6b84c1018bf0e0d788e48277b301432099d638d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/speex/speexdsp_1.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb b/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb index 2f934ebe3a..6369646761 100644 --- a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb +++ b/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8" | |||
7 | 7 | ||
8 | SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz" | 8 | SRC_URI = "http://downloads.xiph.org/releases/speex/speexdsp-${PV}.tar.gz" |
9 | 9 | ||
10 | UPSTREAM_CHECK_REGEX = "speexdsp-(?P<pver>\d+(\.\d+)+)\.tar" | ||
11 | |||
10 | SRC_URI[md5sum] = "b722df341576dc185d897131321008fc" | 12 | SRC_URI[md5sum] = "b722df341576dc185d897131321008fc" |
11 | SRC_URI[sha256sum] = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771" | 13 | SRC_URI[sha256sum] = "682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771" |
12 | 14 | ||