]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-openmax: Upgrade to version 0.10.1
authorDongxiao Xu <dongxiao.xu@intel.com>
Thu, 25 Nov 2010 05:48:48 +0000 (13:48 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:52 +0000 (05:24 -0800)
Fixed recipe metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb [deleted file]
meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb [new file with mode: 0644]

diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb
deleted file mode 100644 (file)
index 9285ef6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-DEPENDS = "gstreamer"
-RDEPENDS = "libomxil"
-LICENSE = "LGPLv2"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-0.10.0.2.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF += "--disable-valgrind"
-
-do_configure_prepend() {
-
-    install -d ${S}/m4/
-    install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
-}
-
-FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
-FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
-FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
new file mode 100644 (file)
index 0000000..a4cf815
--- /dev/null
@@ -0,0 +1,20 @@
+DEPENDS = "gstreamer"
+RDEPENDS = "libomxil"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
+                    file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF += "--disable-valgrind"
+
+PR = "r0"
+
+FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
+FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
+
+SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"
+SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f"