diff options
| author | Cristian Iorga <cristian.iorga@intel.com> | 2014-02-19 15:45:21 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 14:28:12 +0000 |
| commit | 00e503a54e7ce1c31a2e4751ebb2c47855ddebfa (patch) | |
| tree | db845b5324d5d874a9751af13a8ab7e9311d101a | |
| parent | 27a4be005cfed783844cfa3189166c744d431348 (diff) | |
| download | poky-00e503a54e7ce1c31a2e4751ebb2c47855ddebfa.tar.gz | |
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>
| -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 b6949884e3..06de4da5dd 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 | |||
| 3 | LICENSE = "GPLv2+ & LGPLv2.1+" | 3 | LICENSE = "GPLv2+ & LGPLv2.1+" |
| 4 | 4 | ||
| 5 | # libid3tag | 5 | # libid3tag |
| 6 | DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2" | 6 | DEPENDS += "gstreamer1.0-plugins-base zlib bzip2" |
| 7 | 7 | ||
| 8 | inherit gettext gconf | 8 | inherit gettext |
| 9 | 9 | ||
| 10 | 10 | ||
| 11 | PACKAGECONFIG ??= " \ | 11 | PACKAGECONFIG ??= " \ |
| @@ -54,5 +54,3 @@ EXTRA_OECONF += " \ | |||
| 54 | ${GSTREAMER_1_0_ORC} \ | 54 | ${GSTREAMER_1_0_ORC} \ |
| 55 | " | 55 | " |
| 56 | 56 | ||
| 57 | FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-1.0.schemas" | ||
| 58 | |||
