mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:24:24 +00:00
* E17 will depend only on EFL 1.7 (probably 1.7.2) * next EFL release we'll have to update recipes a lot to use unified EFL source tree, maybe also git instead of svn * some libs are for newer EFL_SRCREV moved to IN-EFL subdirectory in trunk (eet eina embryo eo evas evil) * trunk depends on edbus2 (edbus dir instead of e_dbus) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
252 B
BlitzBasic
14 lines
252 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
PV = "1.7.1+svnr${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRCNAME_append = "-1.7"
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|