diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 20:39:33 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 20:39:33 +0000 |
commit | 960ef2cfdbf20e04a6a16c91a77d783f8f50c55f (patch) | |
tree | 127f134040b395572fef22e09badcb4f557109cf | |
parent | 3511d4c1ba15270dbfd6ee5455273fa70850aa18 (diff) |
python-evas: make it build reliably (again)
-rw-r--r-- | packages/python/python-evas_cvs.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/python/python-evas_cvs.bb b/packages/python/python-evas_cvs.bb index 78f306c060..710b626349 100644 --- a/packages/python/python-evas_cvs.bb +++ b/packages/python/python-evas_cvs.bb @@ -3,11 +3,5 @@ require python-efl.inc DEPENDS += "evas" do_stage() { - distutils_stage_headers + distutils_stage_all } - -#do_stage_append() { -# install -d ${STAGING_DIR}/${BUILD_SYS}/include/${PYTHON_DIR}/python-evas/ -# install -m 0644 evas/evas.c_evas.pxd ${STAGING_DIR}/${BUILD_SYS}/include/${PYTHON_DIR}/python-evas/ -#} - |