Files
meta-openembedded/meta-efl/classes/e-base.bbclass
T
Martin Jansa f346b4da79 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>
2011-12-06 13:08:29 +01:00

14 lines
447 B
Plaintext

HOMEPAGE = "http://www.enlightenment.org"
SRCNAME ?= "${BPN}"
# usually tracks svn trunk HEAD
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"
ARM_INSTRUCTION_SET = "arm"