Files
meta-openembedded/meta-efl/classes/e-base.bbclass
Martin Jansa 4c7d2c99a9 e-base: bump EFL_SRCREV
* 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>
2013-01-03 23:25:15 +01:00

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}"