From: Michael Lauer Date: Wed, 16 Jul 2008 07:40:40 +0000 (+0000) Subject: python-evas cvs quickhack to make it work with newer pyrex X-Git-Tag: Release-2010-05/1~6543^2~7^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1329a4624bfec8dc8dcf86c2a6e14125a32d9021;p=openembedded.git python-evas cvs quickhack to make it work with newer pyrex --- diff --git a/packages/python/python-evas_cvs.bb b/packages/python/python-evas_cvs.bb index 92f4466a24..57e28b28ed 100644 --- a/packages/python/python-evas_cvs.bb +++ b/packages/python/python-evas_cvs.bb @@ -3,6 +3,10 @@ DEPENDS += "evas" PV = "0.2.1+cvs${SRCDATE}" PR = "r0" +do_compile_prepend() { + touch include/evas/__init__.py +} + do_stage() { distutils_stage_all }