[oe-commits] Chris Larson : libvpx: use the git repository to fetch

git version control git at git.openembedded.org
Sun Oct 24 02:24:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ebaa5e020bfa0a95c49f17a103b731c324e8da20
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ebaa5e020bfa0a95c49f17a103b731c324e8da20

Author: Chris Larson <chris_larson at mentor.com>
Date:   Sat Oct 23 19:18:23 2010 -0700

libvpx: use the git repository to fetch

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/webm/libvpx.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/webm/libvpx.inc b/recipes/webm/libvpx.inc
index 00eba26..9913d5b 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"
 





More information about the Openembedded-commits mailing list