aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-elementary_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-elementary_svn.bb')
-rw-r--r--recipes/python/python-elementary_svn.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/python/python-elementary_svn.bb b/recipes/python/python-elementary_svn.bb
new file mode 100644
index 0000000000..44c5613edf
--- /dev/null
+++ b/recipes/python/python-elementary_svn.bb
@@ -0,0 +1,9 @@
+require python-efl.inc
+DEPENDS += "elementary"
+RDEPENDS += "python-evas python-ecore python-edje"
+PV = "0.1+svnr${SRCREV}"
+PR = "ml0"
+
+do_stage() {
+ distutils_stage_all
+}