aboutsummaryrefslogtreecommitdiffstats
path: root/classes/gpephone.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-07 10:01:58 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-07 10:01:58 +0000
commit4fcd37c8af2c23d84fab538eb08d2b14134af8cc (patch)
tree6a2b8e2dddc65931c4ea42999eb5e8e513e632b3 /classes/gpephone.bbclass
parent811260be4d7df7424f1827410116378929d50da3 (diff)
downloadopenembedded-4fcd37c8af2c23d84fab538eb08d2b14134af8cc.tar.gz
gpephone.bbclass: start merging gpephone bits from http://linuxtogo.org/~florian/gpepe/
Diffstat (limited to 'classes/gpephone.bbclass')
-rw-r--r--classes/gpephone.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/classes/gpephone.bbclass b/classes/gpephone.bbclass
new file mode 100644
index 0000000000..57867b5d4b
--- /dev/null
+++ b/classes/gpephone.bbclass
@@ -0,0 +1,7 @@
+DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native "
+GPE_TARBALL_SUFFIX ?= "gz"
+SRC_URI = "${GPEPHONE_MIRROR}/${PN}-${PV}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
+FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
+SECTION ?= "gpe"
+
+inherit gettext autotools