libvpx_0.9.2: fix S/SRC_URI after ebaa5e020bfa0a95c49f17a103b731c324e8da20
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 24 Oct 2010 11:52:21 +0000 (13:52 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 24 Oct 2010 11:53:51 +0000 (13:53 +0200)
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@gmail.com>
recipes/webm/libvpx_0.9.2.bb

index b2c1db2..b7ced8f 100644 (file)
@@ -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"