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>
This commit is contained in:
Paul Eggleton 2013-12-19 14:01:49 +00:00 committed by Richard Purdie
parent 64ffe910e0
commit 3f0a760f8e
1 changed files with 1 additions and 1 deletions

View 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"