CHROMIUM: Disable help2man doc generation

There is a stage of libmbim build where we try to run help2man on the
generated binaries. However, when the binary was cross-compiled for an
architecture different than the build machine, this stage fails and
causes the entire build to fail.

After some tests, I've discovered that this was also present with an
autotools build, but the failure was silent and didn't cause the rest
of the build to fail. After the migration to meson, the failure is no
longer silent, and breaks the whole build. I don't see any way to
cleanly disable this step, so this change temporarily masks out the
help2man attempt.

gitlab.freedesktop.org/mobile-broadband/libqmi/-/issues/75 was raised to
track this issue upstream.

BUG=b:194284044
TEST=verified successful build on trogdor

Change-Id: Ide7636c5731acc088596d366bb4da12916c27cfb
1 file changed
tree: 55df972c2cb82b810bf7b4dde5b24f59f01ff79d
  1. build-aux/
  2. data/
  3. docs/
  4. examples/
  5. LICENSES/
  6. src/
  7. utils/
  8. .gitignore
  9. .gitlab-ci.yml
  10. AUTHORS
  11. meson.build
  12. meson_options.txt
  13. meson_post_install.py
  14. NEWS
  15. OWNERS
  16. README.chromium
  17. README.md
  18. RELEASING
  19. unblocked_terms.txt
README.md

libmbim

libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Broadband Interface Model (MBIM) protocol.

License

  • libmbim-glib library is released under the LGPL-2.1-or-later license.
  • mbimcli tool is released under the GPL-2.0-or-later license.

License texts can be found under the LICENSES folder.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms, which you can find in the following link: https://www.freedesktop.org/wiki/CodeOfConduct CoC issues may be raised to the project maintainers at the following address: libmbim-devel-owner@lists.freedesktop.org