commit | 96c2ead298446fd7bf7afb956fcfcf1d75da2583 | [log] [tgz] |
---|---|---|
author | Michal Suchanek <msuchanek@suse.de> | Thu Oct 13 22:43:41 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Oct 29 07:36:33 2022 -0600 |
tree | b1065d6f1b9f1e19be405403e7b00a2e1929651b | |
parent | f6901fd45a02311cf76e266c1c3430d89d00d9da [diff] |
libfdt: Fix build with python 3.10 Python 3.10 requires defining PY_SSIZE_T_CLEAN. This will be fixed in swig 4.10 but it is not clear when it will be released. There was a warning since python 3.8. Link: https://github.com/swig/swig/pull/2277 Signed-off-by: Michal Suchanek <msuchanek@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>