diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-05 13:34:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:30:01 +0000 |
commit | 3f024740df18e53ef5f9f3bad89968abae1664ec (patch) | |
tree | 7e3bd9740a425ed928b59eecccc4fcc210e73a82 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb | |
parent | 9b0a74a62188563871b617a18eef890a9d9875b9 (diff) | |
download | poky-3f024740df18e53ef5f9f3bad89968abae1664ec.tar.gz |
gstreamer1.0-plugins-good_git: avoid including <sys/poll.h> directly
musl libc generates warnings if <sys/poll.h> is included directly.
The warnings only cause problems for the git versions (-Werror is
turned off for GStreamer stable releases).
(From OE-Core rev: 4cb4be46ed1d825cb17c1a14820dcee7793c2523)
Signed-off-by: Andre McCurdy <armccurdy@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-good_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb index 5f36f496e5..915be7302c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb | |||
@@ -10,6 +10,7 @@ SRC_URI = " \ | |||
10 | git://anongit.freedesktop.org/gstreamer/gst-plugins-good;name=base \ | 10 | git://anongit.freedesktop.org/gstreamer/gst-plugins-good;name=base \ |
11 | git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \ | 11 | git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \ |
12 | file://fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch \ | 12 | file://fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch \ |
13 | file://avoid-including-sys-poll.h-directly.patch \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | PV = "1.7.1+git${SRCPV}" | 16 | PV = "1.7.1+git${SRCPV}" |