From a30a065aa1974fbc8c1fab60dfa403485f44f17d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 16 Feb 2008 16:21:49 +0000 Subject: (python-)efl cvs update and catch up with upstream version changes, add missing dependency in python-ecore --- packages/tasks/task-python-efl-examples.bb | 10 ++++++++++ packages/tasks/task-python-efl.bb | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 packages/tasks/task-python-efl-examples.bb create mode 100644 packages/tasks/task-python-efl.bb (limited to 'packages/tasks') diff --git a/packages/tasks/task-python-efl-examples.bb b/packages/tasks/task-python-efl-examples.bb new file mode 100644 index 0000000000..0a4e32097f --- /dev/null +++ b/packages/tasks/task-python-efl-examples.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Python Examples for the Enlightenment Foundation Libraries" +LICENSE = "MIT" +SECTION = "devel/python" +RDEPENDS = "\ + python-efl python-ecore-examples python-emotion-examples python-edje-examples python-epsilon-examples \ + python-math python-textutils \ +" +PR = "ml2" + +ALLOW_EMPTY = "1" diff --git a/packages/tasks/task-python-efl.bb b/packages/tasks/task-python-efl.bb new file mode 100644 index 0000000000..1c7f23a1eb --- /dev/null +++ b/packages/tasks/task-python-efl.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries" +LICENSE = "MIT" +SECTION = "devel/python" +RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon python-edbus" +PR = "ml2" + +ALLOW_EMPTY = "1" -- cgit 1.2.3-korg