Martin Jansa 2e702c1168 efl: update svn recipes to use 1.7 branch
* 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>
2012-11-29 11:04:53 +01:00

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