e-base: introduce EFL_SRCREV_1.1.0 and bump EFL_SRCREV

* add EFL_SRCREV_1.1.0 with SRCREV of release and use it for released libs
* EFL_SRCREV will continue to track development in bindings, elementary and e17

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2011-12-01 16:03:38 +01:00
committed by Koen Kooi
parent 1bc18fca9e
commit f346b4da79
11 changed files with 25 additions and 22 deletions

View File

@@ -2,7 +2,11 @@ HOMEPAGE = "http://www.enlightenment.org"
SRCNAME ?= "${BPN}"
# usually tracks svn trunk HEAD
EFL_SRCREV ?= "65690"
EFL_SRCREV ?= "65808"
# revision when 1.1.0 (eet is actually 1.5.0) was released,
# so we can lock some release libs to this revision
# and use EFL_SRCREV to track e17 and elementary
EFL_SRCREV_1.1.0 ?= "65800"
# revision when 1.0.0 was released, for recipes which don't need rebuild so often
EFL_SRCREV_1.0.0 ?= "56356"