diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 14:01:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:15 +0000 |
commit | 3f0a760f8e9972790b2d4adc6d6c243cddca5a33 (patch) | |
tree | c4b6537b69a912b8cecb90c38b0aa97336d56cce /meta | |
parent | 64ffe910e0ddcc7bec7074e0ec37891e2d60b62c (diff) | |
download | poky-3f0a760f8e9972790b2d4adc6d6c243cddca5a33.tar.gz |
speex: fix SRC_URI to use PV instead of hardcoding the version
(From OE-Core rev: 7e9d1c6565d4065f52ad6d4fe8ede2159faafac6)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/speex/speex_1.2rc1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/speex/speex_1.2rc1.bb b/meta/recipes-multimedia/speex/speex_1.2rc1.bb index faf63b0fae..5de0169354 100644 --- a/meta/recipes-multimedia/speex/speex_1.2rc1.bb +++ b/meta/recipes-multimedia/speex/speex_1.2rc1.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "libogg" | |||
9 | 9 | ||
10 | PR = "r2" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" | 12 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "c4438b22c08e5811ff10e2b06ee9b9ae" | 14 | SRC_URI[md5sum] = "c4438b22c08e5811ff10e2b06ee9b9ae" |
15 | SRC_URI[sha256sum] = "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6" | 15 | SRC_URI[sha256sum] = "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6" |