diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-21 17:13:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:31:58 +0000 |
commit | 6996b26d33fd7367e2281c1a0fde1dbd391e1768 (patch) | |
tree | 1edb77e0c025d80d07d21d1c1f9a12b8d06e687f /meta/recipes-multimedia/gstreamer | |
parent | 1c4a8cc87f0eb67170d0131da9249e293c3c1d4f (diff) | |
download | poky-6996b26d33fd7367e2281c1a0fde1dbd391e1768.tar.gz |
gstreamer1.0-plugins-base.inc: drop obsolete dependency on liboil
liboil was replaced by Orc prior to the gst-plugins-base 0.10.30 release:
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=8e4314f0fbfa4957f8e84d46824d10178b106fe6
(From OE-Core rev: 25ce3bb545779ee4acd3a4b00b7de4e347f140f8)
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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 |
1 files changed, 1 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 d543bdd067..5d18752f8a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |||
@@ -2,7 +2,7 @@ require gstreamer1.0-plugins.inc | |||
2 | 2 | ||
3 | LICENSE = "GPLv2+ & LGPLv2+" | 3 | LICENSE = "GPLv2+ & LGPLv2+" |
4 | 4 | ||
5 | DEPENDS += "freetype iso-codes liboil util-linux zlib" | 5 | DEPENDS += "freetype iso-codes util-linux zlib" |
6 | 6 | ||
7 | inherit gettext | 7 | inherit gettext |
8 | 8 | ||