mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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. (From OE-Core rev: 282fa5ff059db6f6daa108d5ec4ea3d0bfbe0fe2) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2ce48e696c
commit
7f84ad03b8
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
|
||||
|
||||
DEPENDS += "gstreamer1.0-plugins-base libpng jpeg"
|
||||
|
||||
inherit gettext bluetooth
|
||||
inherit bluetooth
|
||||
|
||||
# opengl packageconfig factored out to make it easy for distros
|
||||
# and BSP layers to pick either (desktop) opengl, gles2, or no GL
|
||||
|
||||
@@ -4,8 +4,6 @@ LICENSE = "GPLv2+ & LGPLv2+"
|
||||
|
||||
DEPENDS += "iso-codes util-linux zlib"
|
||||
|
||||
inherit gettext
|
||||
|
||||
PACKAGES_DYNAMIC =+ "^libgst.*"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
|
||||
@@ -4,8 +4,6 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
|
||||
DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2"
|
||||
|
||||
inherit gettext
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
||||
|
||||
@@ -5,8 +5,6 @@ LICENSE_FLAGS = "commercial"
|
||||
|
||||
DEPENDS += "gstreamer1.0-plugins-base libid3tag"
|
||||
|
||||
inherit gettext
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
a52dec lame mad mpeg2dec orc \
|
||||
"
|
||||
|
||||
@@ -5,7 +5,7 @@ SECTION = "multimedia"
|
||||
|
||||
DEPENDS = "gstreamer1.0 glib-2.0-native"
|
||||
|
||||
inherit autotools pkgconfig upstream-version-is-even
|
||||
inherit autotools pkgconfig gettext upstream-version-is-even
|
||||
|
||||
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user