[oe-commits] [openembedded-core] 55/103: gconf: remove redundant dependencies

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:35:55 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8a48c8d03bfa15db91b30c3285d2fadabd62cdaa
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Feb 25 01:02:57 2016 +0000

    gconf: remove redundant dependencies
    
    The explicit native dependencies are identical to the class-generated
    dependencies so remove them.
    
    The dbus-x11 package hasn't existed for some time and is RPROVIDEd by dbus, so
    there's no need to depend on it.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-gnome/gnome/gconf_3.2.6.bb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index cd1df1a..e50d077 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -4,8 +4,6 @@ LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
 
 DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native gobject-introspection-stub"
-DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native"
-
 
 inherit gnomebase gtk-doc gettext
 
@@ -44,10 +42,6 @@ do_install_append_class-native() {
 		GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2
 }
 
-# disable dbus-x11 when x11 isn't in DISTRO_FEATURES
-RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'dbus-x11', '', d)}"
-RDEPENDS_${PN}_class-native = ""
-
 FILES_${PN} += "${libdir}/GConf/* \
                 ${libdir}/gio/*/*.so \
                 ${datadir}/polkit* \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list