go object introspection is not support for mipsn32, so disable vapi for that architecture.
Signed-off-by: Joe Slater <[email protected]> --- meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb index 267baff..8cb0bbc 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb @@ -18,4 +18,8 @@ PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr" PACKAGECONFIG[iso_codes] = "-Diso_codes=true,-Diso_codes=false,iso-codes,iso-codes" PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_info=true,-Dmobile_broadband_provider_info=false,mobile-broadband-provider-info,mobile-broadband-provider-info" +# go introspection is not supported for mipsn32, but vapi needs it +# +EXTRA_OEMESON_mipsarchn32_append = " -Dvapi=false" + GTKDOC_MESON_OPTION = "gtk_doc" -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#83965): https://lists.openembedded.org/g/openembedded-devel/message/83965 Mute This Topic: https://lists.openembedded.org/mt/73057821/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
