mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 08:07:36 +00:00
elfe: Replace svn with git version
* bump PE to cope with +svn -> +git Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
44368437bb
commit
e8cf00cb9d
15
meta-efl/recipes-efl/e17/elfe_git.bb
Normal file
15
meta-efl/recipes-efl/e17/elfe_git.bb
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
|
||||||
|
PV = "0.0.1+gitr${SRCPV}"
|
||||||
|
PE = "1"
|
||||||
|
|
||||||
|
require e-module.inc
|
||||||
|
|
||||||
|
SRC_URI = " \
|
||||||
|
git://git.enlightenment.org/enlightenment/modules/${BPN}.git \
|
||||||
|
"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981"
|
||||||
|
|
||||||
|
DEPENDS += "elementary"
|
||||||
@ -1,10 +0,0 @@
|
|||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
|
|
||||||
PV = "0.0.1+svnr${SRCPV}"
|
|
||||||
PR = "${INC_PR}.1"
|
|
||||||
|
|
||||||
require e-module.inc
|
|
||||||
|
|
||||||
SRCREV = "${EFL_SRCREV}"
|
|
||||||
|
|
||||||
DEPENDS += "elementary"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user