[oe-commits] Koen Kooi : libvpx: add 0.9.5

git version control git at git.openembedded.org
Sun Oct 31 14:31:19 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Oct 31 13:58:21 2010 +0100

libvpx: add 0.9.5

---

 recipes/webm/libvpx_0.9.5.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/webm/libvpx_0.9.5.bb b/recipes/webm/libvpx_0.9.5.bb
new file mode 100644
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} \
+"
+





More information about the Openembedded-commits mailing list