git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60075ae
)
libvpx: use the git repository to fetch
author
Chris Larson
<chris_larson@mentor.com>
Sun, 24 Oct 2010 02:18:23 +0000
(19:18 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/recipes/webm/libvpx.inc
b/recipes/webm/libvpx.inc
index
00eba26
..
9913d5b
100644
(file)
--- 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"