From ebaa5e020bfa0a95c49f17a103b731c324e8da20 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 23 Oct 2010 19:18:23 -0700 Subject: [PATCH] libvpx: use the git repository to fetch Signed-off-by: Chris Larson --- recipes/webm/libvpx.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5