From: Michael Lauer Date: Mon, 20 Aug 2007 20:39:33 +0000 (+0000) Subject: python-evas: make it build reliably (again) X-Git-Tag: Release-2010-05/1~8866^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960ef2cfdbf20e04a6a16c91a77d783f8f50c55f;p=openembedded.git python-evas: make it build reliably (again) --- 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/ -#} -