]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-plugins-good: removed dependency on gconf
authorCristian Iorga <cristian.iorga@intel.com>
Wed, 19 Feb 2014 13:45:21 +0000 (15:45 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Feb 2014 14:28:05 +0000 (14:28 +0000)
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>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc

index b6949884e39a16eb2075cf16683d753564a3423d..06de4da5dd79284d09f7cd65d5ac822fb625ac37 100644 (file)
@@ -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"
-