mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
ext-sdk-prepare.py: python2 -> python3
This script is python3 indeed. (From OE-Core rev: 62443240d01ba4b696a8dbab9e60774a84662cdd) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b19ce5d2e8
commit
16e9557850
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Prepare the build system within the extensible SDK
|
# Prepare the build system within the extensible SDK
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user