From c903bce55e24e32d19f4fe1c69321ef47a67685b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 24 Oct 2010 13:52:21 +0200 Subject: 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 --- recipes/webm/libvpx_0.9.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes/webm') diff --git a/recipes/webm/libvpx_0.9.2.bb b/recipes/webm/libvpx_0.9.2.bb index b2c1db2675..b7ced8f1da 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" -- cgit 1.2.3-korg