libvpx: update to 0.9.2
authorKoen Kooi <koen@openembedded.org>
Sat, 9 Oct 2010 11:34:26 +0000 (13:34 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Oct 2010 06:55:01 +0000 (08:55 +0200)
recipes/webm/libvpx/libvpx-configure-support-blank-prefix.patch [moved from recipes/webm/libvpx-0.9.1/libvpx-configure-support-blank-prefix.patch with 100% similarity]
recipes/webm/libvpx_0.9.2.bb [new file with mode: 0644]

diff --git a/recipes/webm/libvpx_0.9.2.bb b/recipes/webm/libvpx_0.9.2.bb
new file mode 100644 (file)
index 0000000..b2c1db2
--- /dev/null
@@ -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} \
+"
+