aboutsummaryrefslogtreecommitdiffstats
path: root/classes/e-base.bbclass
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-28 09:58:11 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 18:56:31 +0100
commite9db428726e47c09da468c54b4b6a414e5927b01 (patch)
tree178fdd8420ed8edf24417eaa0202e735dcd800cb /classes/e-base.bbclass
parent8b17aa1c0bb1cbcb25bd178e790b78fe37a306e9 (diff)
downloadopenembedded-e9db428726e47c09da468c54b4b6a414e5927b01.tar.gz
e-base: prepare for releases
* bump EFL_SRCREV a bit to current HEAD * introduce EFL_SRCREV_1.0.0 for recipes which don't need SRCREV change so often like stuff from OLD and BROKEN dirs and themes * move SRC_URI and S settings from bbclass to svn recipes * replace E_CVS and E_URI with E_SVN and E_MIRROR * PV/PR will be updated in following patches for individual recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'classes/e-base.bbclass')
-rw-r--r--classes/e-base.bbclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/classes/e-base.bbclass b/classes/e-base.bbclass
index 969f15c309..c27ba0e092 100644
--- a/classes/e-base.bbclass
+++ b/classes/e-base.bbclass
@@ -1,8 +1,9 @@
HOMEPAGE = "http://www.enlightenment.org"
SRCNAME ?= "${BPN}"
-EFL_SRCREV ?= "56329"
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http;scmdata=keep"
-S = "${WORKDIR}/${SRCNAME}"
+# usually tracks svn trunk HEAD
+EFL_SRCREV ?= "56372"
+# revision when 1.0.0 was released, for recipes which don't need rebuild so often
+EFL_SRCREV_1.0.0 ?= "56356"
ARM_INSTRUCTION_SET = "arm"