summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-02-22 19:24:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-14 12:15:28 +0100
commit3e96f920d88126a524c561075675921d1c56873f (patch)
tree4c0bf0981c8dbdebb537b40a46e3671a0ca9af2d /meta-multimedia
parent1ec074eca0165de351ee45f173321f14408e3862 (diff)
downloadmeta-openembedded-3e96f920d88126a524c561075675921d1c56873f.tar.gz
gstreamer-0.10: disable gobject introspection
Making it work would require significant patching - if you need it, update your stack to gstreamer 1.x Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc2
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb2
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb1
3 files changed, 4 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc
index 123df4251..dec692071 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc
@@ -9,7 +9,7 @@ inherit autotools pkgconfig
9SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" 9SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2"
10 10
11GSTREAMER_DEBUG ?= "--disable-debug" 11GSTREAMER_DEBUG ?= "--disable-debug"
12EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples " 12EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples --disable-introspection"
13 13
14acpaths = "-I ${S}/common/m4 -I ${S}/m4" 14acpaths = "-I ${S}/common/m4 -I ${S}/m4"
15 15
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb
index 931865651..b78bcaf5a 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "9915887cf8515bda87462c69738646afb715b597613edc7340477ccab6
9 9
10DEPENDS = "gst-plugins-base gstreamer" 10DEPENDS = "gst-plugins-base gstreamer"
11 11
12EXTRA_OECONF = "--disable-introspection"
13
12# Configure always checks for Python so inherit pythonnative. Better solution 14# Configure always checks for Python so inherit pythonnative. Better solution
13# would be to disable the checks entirely. 15# would be to disable the checks entirely.
14inherit autotools pythonnative gettext 16inherit autotools pythonnative gettext
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
index 5b3060341..34445113b 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
28 --disable-dependency-tracking --disable-check \ 28 --disable-dependency-tracking --disable-check \
29 --disable-examples --disable-tests \ 29 --disable-examples --disable-tests \
30 --disable-valgrind ${GSTREAMER_DEBUG} \ 30 --disable-valgrind ${GSTREAMER_DEBUG} \
31 --disable-introspection \
31 " 32 "
32 33
33CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no" 34CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no"