From: Eduardo Lima (Etrunko) <[email protected]> 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) <[email protected]> --- recipes/efl1/eeze_svn.bb | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) 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 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 = "" -- 1.7.3.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
