[oe-commits] Koen Kooi : libvpx: update to 0.9.2

git version control git at git.openembedded.org
Mon Oct 11 07:57:35 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Oct  9 13:34:26 2010 +0200

libvpx: update to 0.9.2

---

 .../libvpx-configure-support-blank-prefix.patch    |    0
 recipes/webm/libvpx_0.9.2.bb                       |   15 +++++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/webm/libvpx-0.9.1/libvpx-configure-support-blank-prefix.patch b/recipes/webm/libvpx/libvpx-configure-support-blank-prefix.patch
similarity index 100%
rename from recipes/webm/libvpx-0.9.1/libvpx-configure-support-blank-prefix.patch
rename to recipes/webm/libvpx/libvpx-configure-support-blank-prefix.patch
diff --git a/recipes/webm/libvpx_0.9.2.bb b/recipes/webm/libvpx_0.9.2.bb
new file mode 100644
index 0000000..b2c1db2
--- /dev/null
+++ b/recipes/webm/libvpx_0.9.2.bb
@@ -0,0 +1,15 @@
+require libvpx.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI = "http://webm.googlecode.com/files/libvpx-v${PV}.tar.bz2"
+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