summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2016-03-07 15:34:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:46 +0000
commitff5d9f760754cf2f049a41e1dd6d2e6eeea0bfdc (patch)
treefbe4c58e59981781d586e13db563cc1df3aca575 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
parentc99da8ddcaae714584ab89ed3e72064fb09daf76 (diff)
downloadpoky-ff5d9f760754cf2f049a41e1dd6d2e6eeea0bfdc.tar.gz
Revert "gstreamer1.0-plugins-XXX: move inherit gettext into common .inc file"
Do not assume that the recipes in OE-Core are the only ones using gstreamer1.0-plugins.inc or that all GStreamer plugins support localization. Without this reversal, all our GStreamer plugin recipes started spewing out: configure: WARNING: unrecognized options: --disable-nls This reverts commit 282fa5ff059db6f6daa108d5ec4ea3d0bfbe0fe2. (From OE-Core rev: 15fca0e3e282cde9ebe30df78e02bedd3e747f44) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.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-ugly.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
index 38e358f8ac..aff223072d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
@@ -5,6 +5,8 @@ LICENSE_FLAGS = "commercial"
5 5
6DEPENDS += "gstreamer1.0-plugins-base libid3tag" 6DEPENDS += "gstreamer1.0-plugins-base libid3tag"
7 7
8inherit gettext
9
8PACKAGECONFIG ??= " \ 10PACKAGECONFIG ??= " \
9 ${GSTREAMER_ORC} \ 11 ${GSTREAMER_ORC} \
10 a52dec lame mad mpeg2dec \ 12 a52dec lame mad mpeg2dec \