[oe-commits] Philippe De Swert : eio: new recipe and include file for eio

git version control git at git.openembedded.org
Mon Apr 4 20:54:59 UTC 2011


Module: openembedded.git
Branch: master
Commit: 09d88a9648c80315471019814978313b1d52658b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=09d88a9648c80315471019814978313b1d52658b

Author: Philippe De Swert <philippedeswert at gmail.com>
Date:   Tue Apr  5 04:40:30 2011 +0000

eio: new recipe and include file for eio

Signed-off-by: Philippe De Swert <philippedeswert at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/eio.inc    |    8 ++++++++
 recipes/efl1/eio_svn.bb |   13 +++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/efl1/eio.inc b/recipes/efl1/eio.inc
new file mode 100644
index 0000000..0edc07e
--- /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 0000000..6a12dcf
--- /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}"





More information about the Openembedded-commits mailing list