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>
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
DEPENDS += "iso-codes util-linux zlib"
+inherit gettext
+
PACKAGES_DYNAMIC =+ "^libgst.*"
PACKAGECONFIG ??= " \
DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2"
+inherit gettext
+
PACKAGECONFIG ??= " \
${GSTREAMER_ORC} \
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
DEPENDS += "gstreamer1.0-plugins-base libid3tag"
+inherit gettext
+
PACKAGECONFIG ??= " \
${GSTREAMER_ORC} \
a52dec lame mad mpeg2dec \
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"