diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-29 12:58:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:32 +0000 |
commit | 9a583e833c31f678663b8fed665ce08fee2ddde7 (patch) | |
tree | adb42979cee12d6278734c1e98ede17d6ce9b4f2 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb | |
parent | 25f9530f784d5d1b3644b38295762e0395a51437 (diff) | |
download | poky-9a583e833c31f678663b8fed665ce08fee2ddde7.tar.gz |
gstreamer-plugins: Move introspection to individual recipes
inc files are also used by plugins in other layers but they do
not use same srcrev for gst-common repo for various reasons e.g.
https://github.com/ndechesne/meta-qcom/blob/master/recipes-multimedia/gstreamer/gstreamer1.0-plugins-v4l2.bb
Currently, this patch is forced on these external packages too
and fails to patch cleanly in some cases. Therefore its
better to move this SRC_URI_append to the individual .bb files
(From OE-Core rev: a30d8244265f38fddefe438e035ea3bf6fb4447f)
Signed-off-by: Khem Raj <raj.khem@gmail.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_1.8.3.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb index 986b5ac606..84cbc04823 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = " \ | |||
11 | file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \ | 11 | file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \ |
12 | file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \ | 12 | file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \ |
13 | file://make-gio_unix_2_0-dependency-configurable.patch \ | 13 | file://make-gio_unix_2_0-dependency-configurable.patch \ |
14 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI[md5sum] = "4d03dd81828ea6b98a44c8f1ab7f4976" | 17 | SRC_URI[md5sum] = "4d03dd81828ea6b98a44c8f1ab7f4976" |