]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libmnl: explicitly disable doxygen
authorPeter Marko <peter.marko@siemens.com>
Sun, 4 Aug 2024 21:42:18 +0000 (23:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Aug 2024 13:31:54 +0000 (14:31 +0100)
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 <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libmnl/libmnl_1.0.5.bb

index 748326c0a08e3949b152b1ef59b4decbcfcfb943..66b30d7f6024b256a345bbf93a436bfae7da9b0b 100644 (file)
@@ -11,4 +11,6 @@ SRC_URI[sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b4
 
 inherit autotools pkgconfig
 
+EXTRA_OECONF += "--with-doxygen=no"
+
 BBCLASSEXTEND = "native"