libvpx: use the git repository to fetch
authorChris Larson <chris_larson@mentor.com>
Sun, 24 Oct 2010 02:18:23 +0000 (19:18 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 24 Oct 2010 02:20:17 +0000 (19:20 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/webm/libvpx.inc

index 00eba26..9913d5b 100644 (file)
@@ -3,7 +3,8 @@ LICENSE = "BSD"
 
 INC_PR = "r5"
 
-SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
+SRC_URI = "git://review.webmproject.org/libvpx.git;protocol=git;tag=v${PV}"
+S = "${WORKDIR}/git"
 
 CFLAGS += "-fPIC"