]> git.feebdaed.xyz Git - 0xmirror/buildroot.git/commit
package/cmocka: disable documentation building
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 16 Dec 2025 15:19:39 +0000 (16:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 17 Dec 2025 07:20:54 +0000 (08:20 +0100)
commit17d83926032bfa69293b994473e599159a0fc8cb
tree5060305ec6624c5c0e5a4a17e4071df236716273
parent2dc61b52e8aa81104ad58e2fdb129da4c11c3327
package/cmocka: disable documentation building

cmocka tries to find the Doxygen binary by default and if successful,
it tries to download style sheets and breaks with the following message:

CMake Error at
doxygen-awesome-css-subbuild/doxygen-awesome-css-populate-prefix/src/doxygen-awesome-css-populate-stamp/download-doxygen-awesome-css-populate.cmake:163
(message):
  Each download failed!

    error: downloading
'https://github.com/jothepro/doxygen-awesome-css/archive/refs/tags/v2.4.1.tar.gz'
failed
          status_code: 1
          status_string: "Unsupported protocol"
          log:
          --- LOG BEGIN ---
          Protocol "https" not supported

closing connection #-1

Disable the Doxygen package search entirely.

Fixes:
https://autobuild.buildroot.org/results/e6a04cee8bc3028bd8a1a535c2852e60f362c4ba/

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cmocka/cmocka.mk