From: Chris Larson Date: Sun, 24 Oct 2010 02:18:23 +0000 (-0700) Subject: libvpx: use the git repository to fetch X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebaa5e020bfa0a95c49f17a103b731c324e8da20;p=openembedded.git libvpx: use the git repository to fetch Signed-off-by: Chris Larson --- diff --git a/recipes/webm/libvpx.inc b/recipes/webm/libvpx.inc index 00eba2689a..9913d5b653 100644 --- a/recipes/webm/libvpx.inc +++ b/recipes/webm/libvpx.inc @@ -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"