summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-25 13:48:48 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:52 -0800
commita2042b573ed5841d8ac279d0d92e203964529acf (patch)
tree44fef19689a73bef3496f41b0f7b2ad3e0022e66 /meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
parentc5cfd67cdf177237c7e51834e502d8dc8e899e71 (diff)
downloadpoky-a2042b573ed5841d8ac279d0d92e203964529acf.tar.gz
gst-openmax: Upgrade to version 0.10.1
Fixed recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb20
1 files changed, 20 insertions, 0 deletions
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
index 0000000000..a4cf815336
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
@@ -0,0 +1,20 @@
1DEPENDS = "gstreamer"
2RDEPENDS = "libomxil"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
5 file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc"
6
7SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2"
8
9inherit autotools
10
11EXTRA_OECONF += "--disable-valgrind"
12
13PR = "r0"
14
15FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
16FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
17FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
18
19SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"
20SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f"