From: Chris Larson Date: Thu, 18 Nov 2004 22:02:39 +0000 (+0000) Subject: gpe.oeclass: Add inherit gettext. Add virtual/libintl and intltool-native to DEPENDS. X-Git-Tag: Release-2010-05/1~16151 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3134d1173c06f6202ba2622404b7c98dae309f2;p=openembedded.git gpe.oeclass: Add inherit gettext. Add virtual/libintl and intltool-native to DEPENDS. BKrev: 419d1bffQWl3bEqtMg6CPymZfU41Ow --- diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 3552fe0452..53b93b7069 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -44,6 +44,7 @@ kergoth@hyperion.kergoth.com kergoth@linux.local kergoth@nexus.(none) kergoth@odin.(none) +kergoth@odin.sc.ti.com kergoth@zelda.tuxnami.org lpotter@polarbear.trolltech.com.au lpotter@spiritship.(none) diff --git a/classes/gpe.oeclass b/classes/gpe.oeclass index bf285e8bdf..f192bb5448 100644 --- a/classes/gpe.oeclass +++ b/classes/gpe.oeclass @@ -1,7 +1,9 @@ -DEPENDS_prepend = "coreutils-native " +DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" +inherit gettext + gpe_do_compile() { oe_runmake PREFIX=${prefix} }