Files
meta-openembedded/meta-efl/recipes-efl/efl/eio_svn.bb
Philippe De Swert e1fd44ff86 eio: new recipe and include file for eio
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>
2011-04-06 09:31:49 +02:00

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}"