aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorPhilippe De Swert <philippedeswert@gmail.com>2011-04-05 04:40:30 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-04 22:54:20 +0200
commit09d88a9648c80315471019814978313b1d52658b (patch)
treed659d6e7f5562243cee81cce454867bcd9b9101c /recipes/efl1
parentde42055b9a53b36b0dbb714cc639b918de02ff75 (diff)
downloadopenembedded-09d88a9648c80315471019814978313b1d52658b.tar.gz
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>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/eio.inc8
-rw-r--r--recipes/efl1/eio_svn.bb13
2 files changed, 21 insertions, 0 deletions
diff --git a/recipes/efl1/eio.inc b/recipes/efl1/eio.inc
new file mode 100644
index 0000000000..0edc07eb35
--- /dev/null
+++ b/recipes/efl1/eio.inc
@@ -0,0 +1,8 @@
+DESCRIPTION = "Enlightenment Input Output Library"
+LICENSE = "LGPLv2.1"
+DEPENDS = "ecore eina"
+
+inherit efl
+
+BBCLASSEXTEND = "native"
+INC_PR = "r0"
diff --git a/recipes/efl1/eio_svn.bb b/recipes/efl1/eio_svn.bb
new file mode 100644
index 0000000000..6a12dcfcf8
--- /dev/null
+++ b/recipes/efl1/eio_svn.bb
@@ -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}"