mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
* be aware that this rev is slightly newer then alpha4, because we need backported patch to edje-1.7 r79484 | raster | 2012-11-21 00:58:03 +0100 (Wed, 21 Nov 2012) | 3 lines backport cedrics fix... not backported when done! :-P and also this works only with conf/distro/include/efl-from-svn-recipes.inc otherwise edje_cc segfaults when building default e-wm theme Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
HOMEPAGE = "http://www.enlightenment.org"
|
|
SRCNAME ?= "${BPN}"
|
|
SRCVER ?= "${PV}"
|
|
|
|
EFL_SRCREV ?= "79502"
|
|
|
|
ARM_INSTRUCTION_SET = "arm"
|
|
|
|
S = "${WORKDIR}/${SRCNAME}-${SRCVER}"
|