diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-24 18:15:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:32:38 +0000 |
commit | 282fa5ff059db6f6daa108d5ec4ea3d0bfbe0fe2 (patch) | |
tree | 3833ef47e4b21d4c9d07041407899df27ed409e5 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | |
parent | b21d7de7d992349a77014805bfb17449d37c66f3 (diff) | |
download | openembedded-core-282fa5ff059db6f6daa108d5ec4ea3d0bfbe0fe2.tar.gz openembedded-core-282fa5ff059db6f6daa108d5ec4ea3d0bfbe0fe2.tar.bz2 openembedded-core-282fa5ff059db6f6daa108d5ec4ea3d0bfbe0fe2.zip |
gstreamer1.0-plugins-XXX: move inherit gettext into common .inc file
gstreamer1.0-plugins-base/good/bad/ugly.inc all independently inherit
gettext. Move into the common gstreamer1.0-plugins.inc include file.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc index 869022a2d2..839ff8a21b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc @@ -5,8 +5,6 @@ LICENSE_FLAGS = "commercial" DEPENDS += "gstreamer1.0-plugins-base libid3tag" -inherit gettext - PACKAGECONFIG ??= " \ a52dec lame mad mpeg2dec orc \ " |