aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-ecore_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-ecore_svn.bb')
-rw-r--r--recipes/python/python-ecore_svn.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/python/python-ecore_svn.bb b/recipes/python/python-ecore_svn.bb
new file mode 100644
index 0000000000..9907b27262
--- /dev/null
+++ b/recipes/python/python-ecore_svn.bb
@@ -0,0 +1,7 @@
+require python-efl.inc
+DEPENDS += "python-evas ecore"
+RDEPENDS += "python-evas"
+
+do_stage() {
+ distutils_stage_all
+}