summaryrefslogtreecommitdiffstats
path: root/openembedded/classes/gpe.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/classes/gpe.bbclass')
-rw-r--r--openembedded/classes/gpe.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/classes/gpe.bbclass b/openembedded/classes/gpe.bbclass
index 8cd9e4fc5d..861ec416a0 100644
--- a/openembedded/classes/gpe.bbclass
+++ b/openembedded/classes/gpe.bbclass
@@ -2,6 +2,7 @@ DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native "
2GPE_TARBALL_SUFFIX ?= "gz" 2GPE_TARBALL_SUFFIX ?= "gz"
3SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}" 3SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
4FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" 4FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
5MAINTAINER ?= "GPE Team <gpe@handhelds.org>"
5 6
6inherit gettext 7inherit gettext
7 8