aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-11-23 13:33:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-30 15:47:11 +0000
commit1d18c2b7bfaed77b30e02d14ae581d920e4eb446 (patch)
treeed82e34a551d2e41259916875206a51c562e4cfb /meta
parentc8787cd0a4f6548264d02dc0dbc39ed0ec98688e (diff)
downloadopenembedded-core-contrib-1d18c2b7bfaed77b30e02d14ae581d920e4eb446.tar.gz
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@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/gnomebase.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass
index e5c67760ce..54aa45f174 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
}
-