It ends up peeking into build host's perl installation under /usr/include for perl.h which infact is incorrect. Its better to either fix it to know cross-compiling or disable it, for now chose the latter.
Signed-off-by: Khem Raj <[email protected]> --- meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb b/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb index 50243da344..36c434c517 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb @@ -38,6 +38,7 @@ EXTRA_OECONF:class-target = "\ --with-expatlibdir=${STAGING_LIBDIR} \ --without-included-ltdl \ --disable-java \ + --disable-perl \ --disable-tcl \ --disable-r \ --disable-sharp \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113254): https://lists.openembedded.org/g/openembedded-devel/message/113254 Mute This Topic: https://lists.openembedded.org/mt/109249713/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
