aboutsummaryrefslogtreecommitdiffstats
path: root/classes/gpe.bbclass
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2005-07-29 20:42:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-29 20:42:27 +0000
commit2fa8f61c5fa5afb0ff161086849f682e0885c06b (patch)
tree0ceb4888cfd0cc7c01e4fa8e17348682d0c87a46 /classes/gpe.bbclass
parent901ffa524e8e012d2352f4c62a1c8dbac418432a (diff)
downloadopenembedded-2fa8f61c5fa5afb0ff161086849f682e0885c06b.tar.gz
gpe.bbclass: add GPE_SRC_COMPRESSION variable to allow switching between gz and bz2
Diffstat (limited to 'classes/gpe.bbclass')
-rw-r--r--classes/gpe.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/gpe.bbclass b/classes/gpe.bbclass
index 3b0cd0a001..88c2314fe7 100644
--- a/classes/gpe.bbclass
+++ b/classes/gpe.bbclass
@@ -1,5 +1,6 @@
DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native "
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
+GPE_SRC_COMPRESSION ?= "gz"
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_SRC_COMPRESSION}"
FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
inherit gettext