gpe.oeclass: Add inherit gettext. Add virtual/libintl and intltool-native to DEPENDS.
authorChris Larson <clarson@kergoth.com>
Thu, 18 Nov 2004 22:02:39 +0000 (22:02 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 18 Nov 2004 22:02:39 +0000 (22:02 +0000)
BKrev: 419d1bffQWl3bEqtMg6CPymZfU41Ow

BitKeeper/etc/logging_ok
classes/gpe.oeclass

index 3552fe0..53b93b7 100644 (file)
@@ -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)
index bf285e8..f192bb5 100644 (file)
@@ -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}
 }