mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
46698617eb
* E19 is still in alpha stage, but I was told that many things work there better than old(ish) E18 * last announcement: https://phab.enlightenment.org/phame/live/3/post/e19_alpha2_now_with_50_more_explosions/ * but be aware that illume2 modules are gone and config mobile doesn't work without them * there is new tiling config Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
350 B
BlitzBasic
15 lines
350 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
PV = "0.18.999+0.19-alpha2+git${SRCPV}"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = " \
|
|
git://git.enlightenment.org/core/enlightenment.git \
|
|
file://0001-configure.ac-add-foreign.patch \
|
|
file://enlightenment_start.oe \
|
|
file://applications.menu \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRCREV = "525b963133d7168226b8e07ba26730212a8b7e82"
|