diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-16 07:40:40 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-16 07:40:40 +0000 |
commit | 1329a4624bfec8dc8dcf86c2a6e14125a32d9021 (patch) | |
tree | 8ebbebdef54debe444217d3d26038aaf5fee1a4b /packages/python | |
parent | 4fa9f2080e8d8fd8220976415b2bd7bde3ccc620 (diff) |
python-evas cvs quickhack to make it work with newer pyrex
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-evas_cvs.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |