From 4259ee7b7db0d11b51f99dee59e289ec659ec0f7 Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Fri, 22 Oct 2010 14:15:51 +0000 Subject: [PATCH] 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) Signed-off-by: Martin Jansa --- recipes/efl1/eeze_svn.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/efl1/eeze_svn.bb diff --git a/recipes/efl1/eeze_svn.bb b/recipes/efl1/eeze_svn.bb new file mode 100644 index 0000000000..5388ec16f7 --- /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 = "" -- 2.39.5