diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-22 19:24:25 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:28 +0100 |
| commit | 3e96f920d88126a524c561075675921d1c56873f (patch) | |
| tree | 4c0bf0981c8dbdebb537b40a46e3671a0ca9af2d | |
| parent | 1ec074eca0165de351ee45f173321f14408e3862 (diff) | |
| download | meta-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>
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 123df42512..dec692071b 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 | |||
| 9 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" | 9 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" |
| 10 | 10 | ||
| 11 | GSTREAMER_DEBUG ?= "--disable-debug" | 11 | GSTREAMER_DEBUG ?= "--disable-debug" |
| 12 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples " | 12 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples --disable-introspection" |
| 13 | 13 | ||
| 14 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 14 | acpaths = "-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 931865651f..b78bcaf5ac 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 | ||
| 10 | DEPENDS = "gst-plugins-base gstreamer" | 10 | DEPENDS = "gst-plugins-base gstreamer" |
| 11 | 11 | ||
| 12 | EXTRA_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. |
| 14 | inherit autotools pythonnative gettext | 16 | inherit 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 5b30603415..34445113b3 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 | ||
| 33 | CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no" | 34 | CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no" |
