mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
HOMEPAGE = "http://www.enlightenment.org"
|
|
SRCNAME ?= "${BPN}"
|
|
|
|
# usually tracks svn trunk HEAD
|
|
EFL_SRCREV ?= "64150"
|
|
# 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"
|