mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 02:17:36 +00:00
f346b4da79
* 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>
14 lines
447 B
Plaintext
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"
|