diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-03-07 15:34:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:46 +0000 |
commit | ff5d9f760754cf2f049a41e1dd6d2e6eeea0bfdc (patch) | |
tree | fbe4c58e59981781d586e13db563cc1df3aca575 | |
parent | c99da8ddcaae714584ab89ed3e72064fb09daf76 (diff) | |
download | poky-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>
5 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index 64d89b0c42..a8bff19b1c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+" | |||
4 | 4 | ||
5 | DEPENDS += "gstreamer1.0-plugins-base libpng jpeg" | 5 | DEPENDS += "gstreamer1.0-plugins-base libpng jpeg" |
6 | 6 | ||
7 | inherit bluetooth | 7 | inherit gettext bluetooth |
8 | 8 | ||
9 | # opengl packageconfig factored out to make it easy for distros | 9 | # opengl packageconfig factored out to make it easy for distros |
10 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL | 10 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index 240ee5f6ab..f0c80cef79 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |||
@@ -4,6 +4,8 @@ LICENSE = "GPLv2+ & LGPLv2+" | |||
4 | 4 | ||
5 | DEPENDS += "iso-codes util-linux zlib" | 5 | DEPENDS += "iso-codes util-linux zlib" |
6 | 6 | ||
7 | inherit gettext | ||
8 | |||
7 | PACKAGES_DYNAMIC =+ "^libgst.*" | 9 | PACKAGES_DYNAMIC =+ "^libgst.*" |
8 | 10 | ||
9 | PACKAGECONFIG ??= " \ | 11 | PACKAGECONFIG ??= " \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 6b005aae7c..4621bf8943 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -4,6 +4,8 @@ LICENSE = "GPLv2+ & LGPLv2.1+" | |||
4 | 4 | ||
5 | DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2" | 5 | DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2" |
6 | 6 | ||
7 | inherit gettext | ||
8 | |||
7 | PACKAGECONFIG ??= " \ | 9 | PACKAGECONFIG ??= " \ |
8 | ${GSTREAMER_ORC} \ | 10 | ${GSTREAMER_ORC} \ |
9 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ |
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 | ||
6 | DEPENDS += "gstreamer1.0-plugins-base libid3tag" | 6 | DEPENDS += "gstreamer1.0-plugins-base libid3tag" |
7 | 7 | ||
8 | inherit gettext | ||
9 | |||
8 | PACKAGECONFIG ??= " \ | 10 | PACKAGECONFIG ??= " \ |
9 | ${GSTREAMER_ORC} \ | 11 | ${GSTREAMER_ORC} \ |
10 | a52dec lame mad mpeg2dec \ | 12 | a52dec lame mad mpeg2dec \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 128a1fe819..2dcec509d9 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -5,7 +5,7 @@ SECTION = "multimedia" | |||
5 | 5 | ||
6 | DEPENDS = "gstreamer1.0 glib-2.0-native" | 6 | DEPENDS = "gstreamer1.0 glib-2.0-native" |
7 | 7 | ||
8 | inherit autotools pkgconfig gettext upstream-version-is-even gobject-introspection | 8 | inherit autotools pkgconfig upstream-version-is-even gobject-introspection |
9 | 9 | ||
10 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 10 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
11 | 11 | ||