mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user