diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-10-23 19:18:23 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-10-23 19:20:17 -0700 |
commit | ebaa5e020bfa0a95c49f17a103b731c324e8da20 (patch) | |
tree | f3999755010cc39c225a3cbcd78a555b497083df /recipes/webm | |
parent | 60075ae81e0bd95aa83adcb49b74ca4694cd80a2 (diff) | |
download | openembedded-ebaa5e020bfa0a95c49f17a103b731c324e8da20.tar.gz |
libvpx: use the git repository to fetch
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/webm')
-rw-r--r-- | 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 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" |