From: Peter Marko Date: Sun, 4 Aug 2024 21:42:18 +0000 (+0200) Subject: libmnl: explicitly disable doxygen X-Git-Tag: yocto-5.2~2165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d7bbf4d6936d831e341e9443a6b3711be09c7ab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libmnl: explicitly disable doxygen libmnl autoconf autodetects doxygen to generate manpages. If doxygen is provided via hosttools, the build fails. Also until now manpages were not needed. So explicitly disable doxygen in configure step. Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb index 748326c0a08..66b30d7f602 100644 --- a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb +++ b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb @@ -11,4 +11,6 @@ SRC_URI[sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b4 inherit autotools pkgconfig +EXTRA_OECONF += "--with-doxygen=no" + BBCLASSEXTEND = "native"