mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
945134094d
* python bindings tarball are not released yet Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
224 B
BlitzBasic
12 lines
224 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
PV = "1.7.0+svnr${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|