mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
* this upgrade is important mostly for edbus2 * edbus2 is using AC_TRY_RUN in edbus/m4/ac_valist.m4, it does not work for us cross-compiling * without this change eve/enjoy segfaults: http://sourceforge.net/mailarchive/message.php?msg_id=30297875 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 ?= "82070"
|
|
|
|
ARM_INSTRUCTION_SET = "arm"
|
|
|
|
S = "${WORKDIR}/${SRCNAME}-${SRCVER}"
|