mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
Now that lldb has been split out of the clang recipe, there's no need for the clang recipe to have Python integration beyond the current Python major version for installing the libclang bindings, which can be done by simply inheriting python3-dir. The installation of six.py was done by lldb, and was removed in LLVM 16. (From OE-Core rev: 5cbe58c604233a0d367e1bb1e3fce0492ae0e836) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>