mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-22 12:18:20 +00:00
meta-efl: import from meta-shr.
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>
This commit is contained in:
9
meta-efl/classes/e-base.bbclass
Normal file
9
meta-efl/classes/e-base.bbclass
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user