[OE-core] [PATCH 8/8] gstreamer1.0-plugins-good: removed dependency on gconf

Cristian Iorga cristian.iorga at intel.com
Wed Feb 19 14:14:48 UTC 2014


gconf is no longer used as a configuration system.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 6 ++----
 1 file 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 b694988..06de4da 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"
-
-- 
1.8.3.2




More information about the Openembedded-core mailing list