mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Signed-off-by: Philippe De Swert <philippedeswert@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
14 lines
292 B
BlitzBasic
14 lines
292 B
BlitzBasic
require eio.inc
|
|
|
|
SRCREV = "${EFL_SRCREV}"
|
|
PV = "0.1.0+svnr${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=403f20cf42c847686ac2956f14bfa30f"
|
|
|
|
SRC_URI = "\
|
|
${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \
|
|
"
|
|
S = "${WORKDIR}/${SRCNAME}"
|