summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
index 0c78d97abd..afb76d8c54 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.8.0.bb
@@ -41,3 +41,5 @@ BBCLASSEXTEND = "native nativesdk"
41RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" 41RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
42 42
43CLEANBROKEN = "1" 43CLEANBROKEN = "1"
44
45BUILD_CFLAGS += "-Wno-error=incompatible-pointer-types"