aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-python-efl-examples.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-python-efl-examples.bb')
-rw-r--r--recipes/tasks/task-python-efl-examples.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/tasks/task-python-efl-examples.bb b/recipes/tasks/task-python-efl-examples.bb
new file mode 100644
index 0000000000..34efbeab6b
--- /dev/null
+++ b/recipes/tasks/task-python-efl-examples.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Python Examples for the Enlightenment Foundation Libraries"
+LICENSE = "MIT"
+SECTION = "devel/python"
+RDEPENDS = "\
+ task-python-efl \
+ python-ecore-examples \
+ python-emotion-examples \
+ python-edje-examples \
+ python-etk-examples \
+ python-epsilon-examples \
+ python-math python-textutils \
+"
+PR = "ml4"
+
+ALLOW_EMPTY = "1"