add gnome-common to DEPENDS in gnome.oeclass
authorPhil Blundell <philb@gnu.org>
Tue, 24 Aug 2004 08:48:13 +0000 (08:48 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 24 Aug 2004 08:48:13 +0000 (08:48 +0000)
BKrev: 412b00cdDOTLquNNPgCjNL0izwSUsQ

classes/gnome.oeclass
gnome/gnome-common_2.4.0.oe

index d41502c..4be151e 100644 (file)
@@ -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"
 
index ffe9868..f4e8300 100644 (file)
@@ -3,6 +3,7 @@ DESCRIPTION = "Common macros for building GNOME applications"
 inherit gnome
 
 EXTRA_AUTORECONF = ""
+DEPENDS = ""
 
 FILES_${PN} += "${datadir}/aclocal"
 FILES_${PN}-dev = ""