diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb index 991aa0f7d8..2c66db188b 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb | |||
@@ -70,3 +70,10 @@ RDEPENDS:${PN} = " \ | |||
70 | python3-pillow \ | 70 | python3-pillow \ |
71 | python3-pygments \ | 71 | python3-pygments \ |
72 | " | 72 | " |
73 | |||
74 | do_compile:append() { | ||
75 | for f in `find ${B} -name *.c` | ||
76 | do | ||
77 | sed -i -e "/BEGIN: Cython Metadata/,/END: Cython Metadata/d" $f | ||
78 | done | ||
79 | } | ||