mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
gstreamer1.0-plugins-good: removed dependency on gconf
gconf is no longer used as a configuration system. (From OE-Core rev: 1f8d944860cf1b1c3f4a6c48e4e1bdc9b09ede12) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
27a4be005c
commit
00e503a54e
@@ -3,9 +3,9 @@ require gstreamer1.0-plugins.inc
|
|||||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||||
|
|
||||||
# libid3tag
|
# libid3tag
|
||||||
DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2"
|
DEPENDS += "gstreamer1.0-plugins-base zlib bzip2"
|
||||||
|
|
||||||
inherit gettext gconf
|
inherit gettext
|
||||||
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
@@ -54,5 +54,3 @@ EXTRA_OECONF += " \
|
|||||||
${GSTREAMER_1_0_ORC} \
|
${GSTREAMER_1_0_ORC} \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-1.0.schemas"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user