aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-24 08:48:13 +0000
committerPhil Blundell <philb@gnu.org>2004-08-24 08:48:13 +0000
commit3353d180837529e23c4f85378fc649ffde51615b (patch)
treec8a822349fe5105c75f74c110c8d58dd6b2eec55 /classes
parent8479c75ee3cabff47380d91fac3915c64114e5c2 (diff)
downloadopenembedded-3353d180837529e23c4f85378fc649ffde51615b.tar.gz
add gnome-common to DEPENDS in gnome.oeclass
BKrev: 412b00cdDOTLquNNPgCjNL0izwSUsQ
Diffstat (limited to 'classes')
-rw-r--r--classes/gnome.oeclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass
index d41502cdab..4be151efa2 100644
--- a/classes/gnome.oeclass
+++ b/classes/gnome.oeclass
@@ -6,6 +6,8 @@ def gnome_verdir(v):
SECTION = "gnome"
SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2"
+DEPENDS += "gnome-common"
+
FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \
${datadir}/gnome-2.0"