mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
committed by
Koen Kooi
parent
001b74bae0
commit
e1fd44ff86
@@ -0,0 +1,8 @@
|
|||||||
|
DESCRIPTION = "Enlightenment Input Output Library"
|
||||||
|
LICENSE = "LGPLv2.1"
|
||||||
|
DEPENDS = "ecore eina"
|
||||||
|
|
||||||
|
inherit efl
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
INC_PR = "r0"
|
||||||
@@ -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}"
|
||||||
Reference in New Issue
Block a user