aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-16 16:21:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-16 16:21:49 +0000
commita30a065aa1974fbc8c1fab60dfa403485f44f17d (patch)
treecf6f7fc4d589f9345231decd38aafdc779f69af0 /packages/tasks
parent16de56e20ea575bd81dab5b8868a18fbf2679777 (diff)
downloadopenembedded-a30a065aa1974fbc8c1fab60dfa403485f44f17d.tar.gz
(python-)efl cvs update and catch up with upstream version changes, add missing dependency in
python-ecore
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-python-efl-examples.bb10
-rw-r--r--packages/tasks/task-python-efl.bb7
2 files changed, 17 insertions, 0 deletions
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"