From f8232d79aff4fa419c2a0e7ccae38615c9c1157a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 18 May 2015 16:58:40 +0300 Subject: gstreamer: remove 0.10 recipes gstreamer 0.10 is still available from meta-openembedded/meta-multimedia See also https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 http://lists.openembedded.org/pipermail/openembedded-core/2015-April/104276.html (From OE-Core rev: fe44ac167a2a76531af3519f3889fce92024567b) Signed-off-by: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../gstreamer/gst-openmax_0.10.1.bb | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb (limited to 'meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb') diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb deleted file mode 100644 index 2e01579569..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "GStreamer plug-in for communication with OpenMAX IL components" -DESCRIPTION = "GstOpenMAX is a GStreamer plug-in that allows \ -communication with OpenMAX Integration Layer (IL) components. OpenMAX \ -IL is an industry standard that provides an abstraction layer for \ -computer graphics, video, and sound routines." -HOMEPAGE = "http://freedesktop.org/wiki/GstOpenMAX" -DEPENDS = "gstreamer" -RDEPENDS_${PN} = "libomxil" -LICENSE = "LGPLv2.1" -LICENSE_FLAGS = "commercial" -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 \ - file://gcc_4.6.patch \ - file://ptr-array.patch \ - " - -inherit autotools pkgconfig - -# Tell configure that this isn't a development snapshot so we don't want -# -Werror (hopefully fixed in 0.10.2) -export GST_CVS="no" - -EXTRA_OECONF += "--disable-valgrind" - -PR = "r4" - -FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" -FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la" -FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/libgstomx.a" -FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" - -SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" -SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f" -- cgit v1.2.3-54-g00ecf