mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 14:02:22 +02:00
Currently the fetch tests fail on python 2.6 since check_output doesn't exist on this version of python. Use bb.process instead to avoid this problem. (Bitbake rev: 32f72dbeef34612a729b06c9ce9e94072479b6fb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>