[oe-commits] Eduardo Lima (Etrunko) : eeze: add new recipe

git version control git at git.openembedded.org
Sun Oct 24 07:31:49 UTC 2010


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

Author: Eduardo Lima (Etrunko) <eblima at gmail.com>
Date:   Fri Oct 22 14:15:51 2010 +0000

eeze: add new recipe

Part of the EFL, eeze is a library to simplify the use of devices. It is now
a dependency for E17.

Signed-off-by: Eduardo Lima (Etrunko) <eblima at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/eeze_svn.bb |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/recipes/efl1/eeze_svn.bb b/recipes/efl1/eeze_svn.bb
new file mode 100644
index 0000000..5388ec1
--- /dev/null
+++ b/recipes/efl1/eeze_svn.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Eeze is a library to simplify the use of devices"
+LICENSE = "MIT BSD"
+DEPENDS = "ecore udev"
+PV = "0.2.0.+svnr${SRCPV}"
+PR = "r0"
+SRCREV = "${EFL_SRCREV}"
+
+inherit efl
+
+# Some upgrade path tweaking
+AUTO_LIBNAME_PKGS = ""





More information about the Openembedded-commits mailing list