summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2020-01-12 14:59:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-16 22:33:08 +0000
commit6239efc725f4ace274f506da49531ae16b472e81 (patch)
tree6cc0b2d882f7646bc08a5f9334a26d91de1004bb /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
parentc14cf3abb28d9ea4a1e59277ebf9464a4ce0b6b0 (diff)
downloadpoky-6239efc725f4ace274f506da49531ae16b472e81.tar.gz
gstreamer: Remove unused common files and patches
gst-plugins-package.inc gstreamer1.0-plugins.inc got replaced by gstreamer1.0-plugins-packaging.inc and gstreamer1.0-plugins-common.inc, respectively. (From OE-Core rev: 238080ed896ea817a23aab2f25c246832ab9c7b3) Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
deleted file mode 100644
index bc24b05fec..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
+++ /dev/null
@@ -1,41 +0,0 @@
1SUMMARY = "Plugins for the GStreamer multimedia framework 1.x"
2HOMEPAGE = "http://gstreamer.freedesktop.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"
4SECTION = "multimedia"
5
6DEPENDS = "gstreamer1.0 glib-2.0-native"
7
8SRC_URI_append = " file://gtk-doc-tweaks.patch"
9
10inherit autotools pkgconfig upstream-version-is-even gtk-doc
11
12acpaths = "-I ${S}/common/m4 -I ${S}/m4"
13
14LIBV = "1.0"
15require gst-plugins-package.inc
16
17# Orc enables runtime JIT compilation of data processing routines from Orc
18# bytecode to SIMD instructions for various architectures (currently SSE, MMX,
19# MIPS, Altivec and NEON are supported).
20
21GSTREAMER_ORC ?= "orc"
22
23PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
24PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native"
25PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
26
27export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
28
29EXTRA_OECONF = " \
30 --disable-examples \
31"
32
33delete_pkg_m4_file() {
34 # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection
35 rm "${S}/common/m4/pkg.m4" || true
36 rm -f "${S}/common/m4/gtk-doc.m4"
37}
38
39do_configure[prefuncs] += " delete_pkg_m4_file"
40
41PACKAGES_DYNAMIC = "^${PN}-.*"