]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "gstreamer1.0-plugins-XXX: move inherit gettext into common .inc file"
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Mon, 7 Mar 2016 14:34:31 +0000 (15:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:19 +0000 (22:11 +0000)
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.

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>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc

index 64d89b0c4202734ee73a71640c209d2e657d766e..a8bff19b1c68724aafcd345e5f760d869f76ecd1 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
 
 DEPENDS += "gstreamer1.0-plugins-base libpng jpeg"
 
-inherit bluetooth
+inherit gettext bluetooth
 
 # opengl packageconfig factored out to make it easy for distros
 # and BSP layers to pick either (desktop) opengl, gles2, or no GL
index 240ee5f6ab0b5cfa08e33d7257d94c1c4dc887cc..f0c80cef79f83575b07e2e8e4af49f11c6cd6fd8 100644 (file)
@@ -4,6 +4,8 @@ LICENSE = "GPLv2+ & LGPLv2+"
 
 DEPENDS += "iso-codes util-linux zlib"
 
+inherit gettext
+
 PACKAGES_DYNAMIC =+ "^libgst.*"
 
 PACKAGECONFIG ??= " \
index 6b005aae7c8aa655cafd0a325937348c4d02e637..4621bf89435c3d6e0c368742e6ab599b1e3a6400 100644 (file)
@@ -4,6 +4,8 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
 
 DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2"
 
+inherit gettext
+
 PACKAGECONFIG ??= " \
     ${GSTREAMER_ORC} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
index 38e358f8ac5a5983910dd4f2cbda5dd501cf8972..aff223072db05c383ddb0abed0b9c6844bd96767 100644 (file)
@@ -5,6 +5,8 @@ LICENSE_FLAGS = "commercial"
 
 DEPENDS += "gstreamer1.0-plugins-base libid3tag"
 
+inherit gettext
+
 PACKAGECONFIG ??= " \
     ${GSTREAMER_ORC} \
     a52dec lame mad mpeg2dec \
index 128a1fe8192dcb93e43b55ed9907225c233cf0f9..2dcec509d92745fb45e233f70aacdf44fd4ee8f6 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "multimedia"
 
 DEPENDS = "gstreamer1.0 glib-2.0-native"
 
-inherit autotools pkgconfig gettext upstream-version-is-even gobject-introspection
+inherit autotools pkgconfig upstream-version-is-even gobject-introspection
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"