From 654abaacc8e90f051c9aff1851f8cdc92fd959b6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:46:57 +0000 Subject: Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages. BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw --- gaim/gaim_0.78.oe | 4 ++-- gaim/gaim_0.79.oe | 4 ++-- gaim/gaim_0.80.oe | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'gaim') diff --git a/gaim/gaim_0.78.oe b/gaim/gaim_0.78.oe index 7d4617030f..82a0a11e7a 100644 --- a/gaim/gaim_0.78.oe +++ b/gaim/gaim_0.78.oe @@ -2,11 +2,11 @@ SECTION = "x11/network" DESCRIPTION = "multi-protocol instant messaging client" MAINTAINER = "Phil Blundell " -DEPENDS = "gtk+ gettext-native" +DEPENDS = "gtk+" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge" EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated" -inherit autotools +inherit autotools gettext gettext diff --git a/gaim/gaim_0.79.oe b/gaim/gaim_0.79.oe index 7d4617030f..82a0a11e7a 100644 --- a/gaim/gaim_0.79.oe +++ b/gaim/gaim_0.79.oe @@ -2,11 +2,11 @@ SECTION = "x11/network" DESCRIPTION = "multi-protocol instant messaging client" MAINTAINER = "Phil Blundell " -DEPENDS = "gtk+ gettext-native" +DEPENDS = "gtk+" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge" EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated" -inherit autotools +inherit autotools gettext gettext diff --git a/gaim/gaim_0.80.oe b/gaim/gaim_0.80.oe index 55647c6e79..10d74baca8 100644 --- a/gaim/gaim_0.80.oe +++ b/gaim/gaim_0.80.oe @@ -3,7 +3,7 @@ DESCRIPTION = "multi-protocol instant messaging client" MAINTAINER = "Phil Blundell " PR = "r1" -DEPENDS = "gtk+ gettext-native" +DEPENDS = "gtk+" RRECOMMENDS_${PN} = "gaim-protocol-irc gaim-protocol-jabber" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" @@ -19,7 +19,7 @@ FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ ${libdir}/bonobo/servers" FILES_${PN}-dev += "${libdir}/gaim/*.la" -inherit autotools +inherit autotools gettext gettext python populate_packages_prepend () { root = oe.data.expand('${libdir}/gaim', d) -- cgit v1.2.3