python-evas cvs quickhack to make it work with newer pyrex
authorMichael Lauer <mickey@vanille-media.de>
Wed, 16 Jul 2008 07:40:40 +0000 (07:40 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 16 Jul 2008 07:40:40 +0000 (07:40 +0000)
packages/python/python-evas_cvs.bb

index 92f4466..57e28b2 100644 (file)
@@ -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
 }