diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-10-25 11:32:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-25 07:40:01 -0700 |
commit | e05c3507c02f3ced42a88b4019e766ee5cbf2d4c (patch) | |
tree | 197e9fec2bb33ccd0586f8b0f94cc680b5d17a90 /meta-python/recipes-devtools/python/python3-matplotlib | |
parent | 3c1228e793a9a6cbbfd27655774ad965976cfa4a (diff) | |
download | meta-openembedded-e05c3507c02f3ced42a88b4019e766ee5cbf2d4c.tar.gz |
graphviz: remove obsolete and problematic patch
Remove 0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch.
This patch is obsolete and not needed because the current graphviz
configure.ac has correct logic of checking use_tcl. This use_tcl
variable needs to be set when '--disable-tcl' is set, otherwise,
things will behave as if no option is supplied and the configure
process will check tcl automatically.
This patch is problematic because its logic against the current version
is wrong. The recipe has already explicitly set '--disable-tcl', so
the configure process should not do automatic checking for tcl at do_configure.
This patch fixes do_configure error when host has tcl8.6-dev installed. The
error is like below:
QA Issue: This autoconf log indicates errors, it looked at host include and/or
library paths while determining system capabilities.
Rerun configure task after fixing this. [configure-unsafe]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib')
0 files changed, 0 insertions, 0 deletions