mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
a8a325756a
commit
07dcc9149b
@ -41,3 +41,5 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
BUILD_CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user