diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-06 08:45:07 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-06 08:45:07 +0000 |
commit | 0a0d010cd1dd947f6d0e19b85f1d089ecb6eef16 (patch) | |
tree | 0312303c5036b611f075edbe3070f568103ceda3 /classes | |
parent | 493255c0ada70a916c0cd8604ac40a7011ba728f (diff) | |
parent | 68b828380e935344f72ffcbbb124f4f38a67569c (diff) |
merge of '874adfdd0660713eb95ed9ae86e0bd3fb95ec61a'
and '8ed317e67b9356de305928b5c3cfb03fa0cc9816'
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gpephone.bbclass | 7 |
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 |