python-efl: drop do_stage
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 17 Aug 2010 07:48:16 +0000 (09:48 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 20 Aug 2010 18:23:25 +0000 (20:23 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/python/python-ecore_svn.bb
recipes/python/python-elementary_svn.bb
recipes/python/python-evas_svn.bb

index ed8a0ca..7d7fbba 100644 (file)
@@ -2,7 +2,3 @@ require python-efl.inc
 SRCREV = "${EFL_SRCREV}"
 DEPENDS += "python-evas ecore"
 RDEPENDS_${PN} += "python-evas"
-
-do_stage() {
-    distutils_stage_all
-}
index 81944b1..a38b1aa 100644 (file)
@@ -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 
-}  
index d2568ba..1aaec71 100644 (file)
@@ -1,8 +1,3 @@
 require python-efl.inc
 SRCREV = "${EFL_SRCREV}"
 DEPENDS += "evas"
-
-do_stage() {
-       distutils_stage_all
-       distutils_stage_headers
-}