mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
* drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
221 B
BlitzBasic
12 lines
221 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
PV = "1.6.0+svnr${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|