diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-18 22:02:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-18 22:02:39 +0000 |
commit | b3134d1173c06f6202ba2622404b7c98dae309f2 (patch) | |
tree | 122ee5b4aa2695879955bf0547ba0bc6cdd95495 /classes/gpe.oeclass | |
parent | 49bd79a06c76f161985d677b7deea68c654be5e8 (diff) |
gpe.oeclass: Add inherit gettext. Add virtual/libintl and intltool-native to DEPENDS.
BKrev: 419d1bffQWl3bEqtMg6CPymZfU41Ow
Diffstat (limited to 'classes/gpe.oeclass')
-rw-r--r-- | classes/gpe.oeclass | 4 |
1 files changed, 3 insertions, 1 deletions
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} } |