]> code.ossystems Code Review - openembedded-core.git/commitdiff
speex: fix SRC_URI to use PV instead of hardcoding the version
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Dec 2013 14:01:49 +0000 (14:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:32 +0000 (12:47 +0000)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-multimedia/speex/speex_1.2rc1.bb

index faf63b0fae38fe3984e6e6cd4315a6d8d854b3c1..5de0169354bf21e5f38cdfe79d8f89168e629286 100644 (file)
@@ -9,7 +9,7 @@ DEPENDS = "libogg"
 
 PR = "r2"
 
-SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
+SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "c4438b22c08e5811ff10e2b06ee9b9ae"
 SRC_URI[sha256sum] = "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6"