git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811260b
)
gpephone.bbclass: start merging gpephone bits from http://linuxtogo.org/~florian...
author
Koen Kooi
<koen@openembedded.org>
Wed, 7 Feb 2007 10:01:58 +0000
(10:01 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 7 Feb 2007 10:01:58 +0000
(10:01 +0000)
classes/gpephone.bbclass
[new file with mode: 0644]
patch
|
blob
diff --git a/classes/gpephone.bbclass
b/classes/gpephone.bbclass
new file mode 100644
(file)
index 0000000..
57867b5
--- /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