From 3353d180837529e23c4f85378fc649ffde51615b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 24 Aug 2004 08:48:13 +0000 Subject: [PATCH] add gnome-common to DEPENDS in gnome.oeclass BKrev: 412b00cdDOTLquNNPgCjNL0izwSUsQ --- classes/gnome.oeclass | 2 ++ gnome/gnome-common_2.4.0.oe | 1 + 2 files changed, 3 insertions(+) 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" diff --git a/gnome/gnome-common_2.4.0.oe b/gnome/gnome-common_2.4.0.oe index ffe9868e44..f4e8300037 100644 --- a/gnome/gnome-common_2.4.0.oe +++ b/gnome/gnome-common_2.4.0.oe @@ -3,6 +3,7 @@ DESCRIPTION = "Common macros for building GNOME applications" inherit gnome EXTRA_AUTORECONF = "" +DEPENDS = "" FILES_${PN} += "${datadir}/aclocal" FILES_${PN}-dev = "" -- 2.39.5