mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
99b9603206
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
HOMEPAGE = "http://www.enlightenment.org"
|
|
SRCNAME ?= "${BPN}"
|
|
|
|
# usually tracks svn trunk HEAD
|
|
EFL_SRCREV ?= "61579"
|
|
# 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"
|