From: Koen Kooi Date: Wed, 7 Feb 2007 10:01:58 +0000 (+0000) Subject: gpephone.bbclass: start merging gpephone bits from http://linuxtogo.org/~florian... X-Git-Tag: Release-2010-05/1~9271^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fcd37c8af2c23d84fab538eb08d2b14134af8cc;p=openembedded.git gpephone.bbclass: start merging gpephone bits from linuxtogo.org/~florian/gpepe/ --- 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