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>
This commit is contained in:
Philippe De Swert
2011-04-05 04:40:30 +00:00
committed by Koen Kooi
parent 001b74bae0
commit e1fd44ff86
2 changed files with 21 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
DESCRIPTION = "Enlightenment Input Output Library"
LICENSE = "LGPLv2.1"
DEPENDS = "ecore eina"
inherit efl
BBCLASSEXTEND = "native"
INC_PR = "r0"
+13
View File
@@ -0,0 +1,13 @@
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}"