[oe-commits] Paul Eggleton : speex: fix SRC_URI to use PV instead of hardcoding the version

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:26 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 7e9d1c6565d4065f52ad6d4fe8ede2159faafac6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7e9d1c6565d4065f52ad6d4fe8ede2159faafac6

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Dec 19 14:01:49 2013 +0000

speex: fix SRC_URI to use PV instead of hardcoding the version

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta/recipes-multimedia/speex/speex_1.2rc1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/speex/speex_1.2rc1.bb b/meta/recipes-multimedia/speex/speex_1.2rc1.bb
index faf63b0..5de0169 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"
 
 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"



More information about the Openembedded-commits mailing list