mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
oe.path.check_output was returning a bytes, not an str. Switch to bb.process to resolve issues with python3. Signed-off-by: Christopher Larson <chris_larson@mentor.com>