[oe-commits] Martin Jansa : python-efl: drop do_stage

git version control git at git.openembedded.org
Fri Aug 20 18:23:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 48b0ef76e0cadf886a5c64eedaef2a61ec894b05
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=48b0ef76e0cadf886a5c64eedaef2a61ec894b05

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Aug 17 09:48:16 2010 +0200

python-efl: drop do_stage

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/python/python-ecore_svn.bb      |    4 ----
 recipes/python/python-elementary_svn.bb |    4 ----
 recipes/python/python-evas_svn.bb       |    5 -----
 3 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/recipes/python/python-ecore_svn.bb b/recipes/python/python-ecore_svn.bb
index ed8a0ca..7d7fbba 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 81944b1..a38b1aa 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 d2568ba..1aaec71 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
-}





More information about the Openembedded-commits mailing list