summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/python/python-ecore_svn.bb4
-rw-r--r--recipes/python/python-elementary_svn.bb4
-rw-r--r--recipes/python/python-evas_svn.bb5
3 files changed, 0 insertions, 13 deletions
diff --git a/recipes/python/python-ecore_svn.bb b/recipes/python/python-ecore_svn.bb
index ed8a0cae88..7d7fbbab0d 100644
--- a/recipes/python/python-ecore_svn.bb
+++ b/recipes/python/python-ecore_svn.bb
@@ -2,7 +2,3 @@ require python-efl.inc
SRCREV = "${EFL_SRCREV}"
DEPENDS += "python-evas ecore"
RDEPENDS_${PN} += "python-evas"
-
-do_stage() {
- distutils_stage_all
-}
diff --git a/recipes/python/python-elementary_svn.bb b/recipes/python/python-elementary_svn.bb
index 81944b171f..a38b1aae68 100644
--- a/recipes/python/python-elementary_svn.bb
+++ b/recipes/python/python-elementary_svn.bb
@@ -4,7 +4,3 @@ DEPENDS += "elementary"
RDEPENDS_${PN} += "python-evas python-ecore python-edje"
PV = "0.1+svnr${SRCPV}"
PR = "ml1"
-
-do_stage() {
- distutils_stage_all
-}
diff --git a/recipes/python/python-evas_svn.bb b/recipes/python/python-evas_svn.bb
index d2568bae60..1aaec71fad 100644
--- a/recipes/python/python-evas_svn.bb
+++ b/recipes/python/python-evas_svn.bb
@@ -1,8 +1,3 @@
require python-efl.inc
SRCREV = "${EFL_SRCREV}"
DEPENDS += "evas"
-
-do_stage() {
- distutils_stage_all
- distutils_stage_headers
-}