expedite: Replace old svn recipe with git version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2014-01-27 21:33:40 +01:00
parent 454f1f49a5
commit 4231ceaa5d
2 changed files with 11 additions and 13 deletions

View File

@ -0,0 +1,11 @@
require ${BPN}.inc
SRCREV = "a5e6af917af52877b378090811cf836c16d0bfbb"
PV = "1.7.99+gitr${SRCPV}"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "\
git://git.enlightenment.org/tools/${BPN}.git \
"
S = "${WORKDIR}/${SRCNAME}"

View File

@ -1,13 +0,0 @@
require ${BPN}.inc
SRCREV = "${EFL_SRCREV}"
PV = "1.7.4+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}"