summaryrefslogtreecommitdiffstats
path: root/meta/classes/gpe.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-09-21 15:17:23 +0000
committerRichard Purdie <richard@openedhand.com>2006-09-21 15:17:23 +0000
commit5cacd3ea7efd69e57979d962616bf87c521c6f8b (patch)
treea379a06824d2194bf5d684f80394c587e5394795 /meta/classes/gpe.bbclass
parent4471ca5bf7e65c8dfd315e7a0ad532ee598fe4d7 (diff)
downloadpoky-5cacd3ea7efd69e57979d962616bf87c521c6f8b.tar.gz
Remove unneeded classes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@742 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/gpe.bbclass')
-rw-r--r--meta/classes/gpe.bbclass17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/classes/gpe.bbclass b/meta/classes/gpe.bbclass
deleted file mode 100644
index 861ec416a0..0000000000
--- a/meta/classes/gpe.bbclass
+++ /dev/null
@@ -1,17 +0,0 @@
1DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native "
2GPE_TARBALL_SUFFIX ?= "gz"
3SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
4FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
5MAINTAINER ?= "GPE Team <gpe@handhelds.org>"
6
7inherit gettext
8
9gpe_do_compile() {
10 oe_runmake PREFIX=${prefix}
11}
12
13gpe_do_install() {
14 oe_runmake PREFIX=${prefix} DESTDIR=${D} install
15}
16
17EXPORT_FUNCTIONS do_compile do_install