aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-ecore_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-17 09:48:16 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-20 20:23:25 +0200
commit48b0ef76e0cadf886a5c64eedaef2a61ec894b05 (patch)
treef5fb97a77b389b3de98f75ad7048155175d1d24b /recipes/python/python-ecore_svn.bb
parent63951fbda2ed1bc05bf0095eabececceddf9c1c3 (diff)
downloadopenembedded-48b0ef76e0cadf886a5c64eedaef2a61ec894b05.tar.gz
python-efl: drop do_stage
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python/python-ecore_svn.bb')
-rw-r--r--recipes/python/python-ecore_svn.bb4
1 files changed, 0 insertions, 4 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
-}