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:
ce8a021
)
libvpx: add 0.9.5
author
Koen Kooi
<koen@openembedded.org>
Sun, 31 Oct 2010 12:58:21 +0000
(13:58 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 31 Oct 2010 14:25:33 +0000
(15:25 +0100)
recipes/webm/libvpx_0.9.5.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/webm/libvpx_0.9.5.bb
b/recipes/webm/libvpx_0.9.5.bb
new file mode 100644
(file)
index 0000000..
b7ced8f
--- /dev/null
+++ b/
recipes/webm/libvpx_0.9.5.bb
@@ -0,0
+1,14
@@
+require libvpx.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://libvpx-configure-support-blank-prefix.patch;apply=yes"
+
+SRC_URI[md5sum] = "609370925b274aeaa29e94fc34c74957"
+SRC_URI[sha256sum] = "7425853d06443a0ce8e9cfc7cd3b0a43228b22c10dca813da68af9b114510b3b"
+
+CONFIGUREOPTS += " \
+ --prefix=${prefix} \
+ --libdir=${libdir} \
+"
+