python3-lxml: ignore incompatible-pointer-types issues in native build

* to allow building native version on hosts with gcc-14
* it's properly fixed in 5.0.2 version sent to oe-core/scarthgap in:
  https://lists.openembedded.org/g/openembedded-core/message/206391
  but for kirkstone we can just demote the issue back to warning

* fixes:
  https://bugs.launchpad.net/lxml/+bug/2045435

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Martin Jansa 2024-10-28 09:57:09 +01:00 committed by Armin Kuster
parent a8a325756a
commit 07dcc9149b

View File

@ -41,3 +41,5 @@ BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
CLEANBROKEN = "1"
BUILD_CFLAGS += "-Wno-error=incompatible-pointer-types"