]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnomebase: remove gnome-common-native DEPENDS
authorRoss Burton <ross.burton@intel.com>
Wed, 23 Nov 2016 13:33:39 +0000 (13:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2016 15:47:11 +0000 (15:47 +0000)
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@intel.com>
meta/classes/gnomebase.bbclass

index e5c67760ceca6aedcd4a64abc3e85fce034e60dd..54aa45f174c474d6d949ffab97cbd6fa102838e3 100644 (file)
@@ -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
 }
-