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