diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-02-19 15:45:21 +0200 |
---|---|---|
committer | Andreas Oberritter <obi@opendreambox.org> | 2015-02-23 17:15:24 +0100 |
commit | b6d367537448c3c0d240bd7d98204b8082722057 (patch) | |
tree | 15dce6e32016e16f516ab6329ae10e66bd01ccad /meta | |
parent | 9333ffc47189efdf39b94a2028a41eeccd602d6b (diff) | |
download | openembedded-core-contrib-b6d367537448c3c0d240bd7d98204b8082722057.tar.gz |
gstreamer1.0-plugins-good: removed dependency on gconf
gconf is no longer used as a configuration system.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
(cherry picked from commit 1f8d944860cf1b1c3f4a6c48e4e1bdc9b09ede12)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index b6949884e39..06de4da5dd7 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc @@ -3,9 +3,9 @@ require gstreamer1.0-plugins.inc LICENSE = "GPLv2+ & LGPLv2.1+" # libid3tag -DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2" +DEPENDS += "gstreamer1.0-plugins-base zlib bzip2" -inherit gettext gconf +inherit gettext PACKAGECONFIG ??= " \ @@ -54,5 +54,3 @@ EXTRA_OECONF += " \ ${GSTREAMER_1_0_ORC} \ " -FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-1.0.schemas" - |