git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa9f20
)
python-evas cvs quickhack to make it work with newer pyrex
author
Michael Lauer
<mickey@vanille-media.de>
Wed, 16 Jul 2008 07:40:40 +0000
(07:40 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Wed, 16 Jul 2008 07:40:40 +0000
(07:40 +0000)
packages/python/python-evas_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/python/python-evas_cvs.bb
b/packages/python/python-evas_cvs.bb
index
92f4466
..
57e28b2
100644
(file)
--- 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
}