[oe-commits] Martin Jansa : libvpx_0.9.2: fix S/ SRC_URI after ebaa5e020bfa0a95c49f17a103b731c324e8da20

git version control git at git.openembedded.org
Sun Oct 24 11:58:56 UTC 2010


Module: openembedded.git
Branch: master
Commit: c903bce55e24e32d19f4fe1c69321ef47a67685b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c903bce55e24e32d19f4fe1c69321ef47a67685b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Oct 24 13:52:21 2010 +0200

libvpx_0.9.2: fix S/SRC_URI after ebaa5e020bfa0a95c49f17a103b731c324e8da20

* ebaa5e020bfa0a95c49f17a103b731c324e8da20 sets SRC_URI to git tag checkouts and sets S according to it
* libvpx_0.9.2 has old SRC_URI for .tar.bz2 but gets wrong S from libvpx.inc
* so also use git checkout here

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/webm/libvpx_0.9.2.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/webm/libvpx_0.9.2.bb b/recipes/webm/libvpx_0.9.2.bb
index b2c1db2..b7ced8f 100644
--- a/recipes/webm/libvpx_0.9.2.bb
+++ b/recipes/webm/libvpx_0.9.2.bb
@@ -2,7 +2,6 @@ require libvpx.inc
 
 PR = "${INC_PR}.0"
 
-SRC_URI = "http://webm.googlecode.com/files/libvpx-v${PV}.tar.bz2"
 SRC_URI += "file://libvpx-configure-support-blank-prefix.patch;apply=yes"
 
 SRC_URI[md5sum] = "609370925b274aeaa29e94fc34c74957"





More information about the Openembedded-commits mailing list