summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes/gpe.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/classes/gpe.bbclass')
-rw-r--r--meta-oe/classes/gpe.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/classes/gpe.bbclass b/meta-oe/classes/gpe.bbclass
index 2adbd4841..9fc136590 100644
--- a/meta-oe/classes/gpe.bbclass
+++ b/meta-oe/classes/gpe.bbclass
@@ -1,6 +1,6 @@
1DEPENDS_prepend = "virtual/libintl intltool-native " 1DEPENDS_prepend = "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}/${BP}.tar.${GPE_TARBALL_SUFFIX}"
4FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" 4FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
5SECTION ?= "gpe" 5SECTION ?= "gpe"
6 6