diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-21 18:40:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-25 10:29:15 +0000 |
commit | 01f68184ca5246550a5d819c022aa75270d31419 (patch) | |
tree | 2aa9ca629eff1960ac5e6d8aa9577a83ecc36580 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |
parent | 171adb1e828ea81d5cbedf527e17366865e4b8e1 (diff) | |
download | poky-01f68184ca5246550a5d819c022aa75270d31419.tar.gz |
gstreamer1.0: fix introspection support also for git recipes
This is generally done by moving necessary patches to common
include files, and a few other fixes.
(From OE-Core rev: 2b81ea383029a55168e1fb8016f64f04643d39a8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index f0c80cef79..7381458f47 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |||
@@ -1,5 +1,12 @@ | |||
1 | require gstreamer1.0-plugins.inc | 1 | require gstreamer1.0-plugins.inc |
2 | 2 | ||
3 | SRC_URI_append = "\ | ||
4 | file://0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch \ | ||
5 | file://0002-Makefile.am-prefix-calls-to-pkg-config-with-PKG_CONF.patch \ | ||
6 | file://0003-riff-add-missing-include-directories-when-calling-in.patch \ | ||
7 | file://0004-rtsp-drop-incorrect-reference-to-gstreamer-sdp-in-Ma.patch \ | ||
8 | " | ||
9 | |||
3 | LICENSE = "GPLv2+ & LGPLv2+" | 10 | LICENSE = "GPLv2+ & LGPLv2+" |
4 | 11 | ||
5 | DEPENDS += "iso-codes util-linux zlib" | 12 | DEPENDS += "iso-codes util-linux zlib" |
@@ -39,5 +46,5 @@ CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmm | |||
39 | FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" | 46 | FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" |
40 | 47 | ||
41 | do_compile_prepend() { | 48 | do_compile_prepend() { |
42 | export GIR_EXTRA_LIBS_PATH="${B}/gst-libs/gst/tag/.libs:${B}/gst-libs/gst/video/.libs:${B}/gst-libs/gst/audio/.libs" | 49 | export GIR_EXTRA_LIBS_PATH="${B}/gst-libs/gst/tag/.libs:${B}/gst-libs/gst/video/.libs:${B}/gst-libs/gst/audio/.libs:${B}/gst-libs/gst/rtp/.libs" |
43 | } | 50 | } |