mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 08:39:20 +00:00
expedite: Replace old svn recipe with git version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
454f1f49a5
commit
4231ceaa5d
11
meta-efl/recipes-efl/efl/expedite_git.bb
Normal file
11
meta-efl/recipes-efl/efl/expedite_git.bb
Normal 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}"
|
||||
@ -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}"
|
||||
Loading…
x
Reference in New Issue
Block a user