diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-08-05 17:23:09 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-08-10 06:34:25 -0700 |
commit | 240f070f038c5286057997114c478a16bb129f38 (patch) | |
tree | d205a01d7c28f259738bf307a0190724f8e25927 | |
parent | ca13c64766c17fbc3d1b4dd28ac7e8b761d9f9d9 (diff) | |
download | poky-240f070f038c5286057997114c478a16bb129f38.tar.gz |
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.
(From OE-Core rev: 8d7bbf4d6936d831e341e9443a6b3711be09c7ab)
(From OE-Core rev: fdce1a6f1143edc577f12c7e8fab878ec69c3c9a)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-extended/libmnl/libmnl_1.0.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb index 748326c0a0..66b30d7f60 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 | |||
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | EXTRA_OECONF += "--with-doxygen=no" | ||
15 | |||
14 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |