aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/doxygen
AgeCommit message (Collapse)Author
2020-03-18doxygen-native: fix compile errorKai Kang
It fails to compile doxygen-native when /usr/bin/python is a link to python3 on build host: | Failed to import the site module | Traceback (most recent call last): | File "/usr/lib64/python3.6/site.py", line 564, in <module> | main() | File "/usr/lib64/python3.6/site.py", line 550, in main | known_paths = addusersitepackages(known_paths) | File "/usr/lib64/python3.6/site.py", line 282, in addusersitepackages | user_site = getusersitepackages() | File "/usr/lib64/python3.6/site.py", line 258, in getusersitepackages | user_base = getuserbase() # this will also set USER_BASE | File "/usr/lib64/python3.6/site.py", line 248, in getuserbase | USER_BASE = get_config_var('userbase') | File "/usr/lib64/python3.6/sysconfig.py", line 604, in get_config_var | return get_config_vars().get(name) | File "/usr/lib64/python3.6/sysconfig.py", line 553, in get_config_vars | _init_posix(_CONFIG_VARS) | File "/usr/lib64/python3.6/sysconfig.py", line 424, in _init_posix | _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) | ModuleNotFoundError: No module named '_sysconfigdata' Replace find_package PythonInterp with Python3 to fix this issue that it uses python3 from python3-native. And it also replaces the result variable PYTHON_EXECUTABLE with Python3_EXECUTABLE. This patch is only needded by doxygen-native. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02doxygen: upgrade v1.8.16 -> v1.8.17Bartosz Golaszewski
Upgrade doxygen to the most recent release. Add nativesdk to BBCLASSEXTEND to make it buildable as part of the SDK. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-01doxygen: Upgrade 1.8.15 -> 1.8.16Adrian Bunk
Backported patch removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-07doxygen: replace ninja 1.9.0 fix with official oneOleksandr Kravchuk
This patch that fixes doxygen build with ninja 1.9.0 was accedpted by the project and threfore more preferred. https://github.com/doxygen/doxygen/pull/6965 Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-06doxygen: Make it build with ninja 1.9.0Peter Kjellerstedt
ninja 1.9.0 turned the previous dupbuild warning into an error, which resulted in the following error: ninja: error: build.ninja:1948: multiple rules generate generated_src/configvalues.h [-w dupbuild=err] Turn the error back into a warning until upstream corrects the build rules. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-23doxygen: update to 1.8.15Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-07doxygen: Use SOURCEFORGE_MIRROR for SRC_URIKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-27doxygen: new packageBartosz Golaszewski
Doxygen binary is necessary to generate C++ bindings for libsigrok. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>