mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 18:20:10 +00:00
7d995c58b1
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build 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 ?= "56372"
|
|
# 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"
|