[oe-commits] [openembedded-core] 27/76: gnomebase: remove gnome-common-native DEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:12 UTC 2016


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

commit 1d18c2b7bfaed77b30e02d14ae581d920e4eb446
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Nov 23 13:33:39 2016 +0000

    gnomebase: remove gnome-common-native DEPENDS
    
    gnome-common is deprecated upstream and an increasingly smaller fraction of
    GNOME packages still use it.  To avoid adding it redundantly to DEPENDS, remove
    it from the class.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/gnomebase.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass
index e5c6776..54aa45f 100644
--- a/meta/classes/gnomebase.bbclass
+++ b/meta/classes/gnomebase.bbclass
@@ -6,8 +6,6 @@ SECTION ?= "x11/gnome"
 GNOMEBN ?= "${BPN}"
 SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
 
-DEPENDS += "gnome-common-native"
-
 FILES_${PN} += "${datadir}/application-registry  \
                 ${datadir}/mime-info \
                 ${datadir}/mime/packages \
@@ -27,4 +25,3 @@ do_install_append() {
 	rm -rf ${D}${localstatedir}/scrollkeeper/*
 	rm -f ${D}${datadir}/applications/*.cache
 }
-

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


More information about the Openembedded-commits mailing list