mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
python3-pip: Don't change shebang
Patch pip to disable shebang mangling and also force the python executable to be python3 from the environment when building anything for the target (or nativesdk). (From OE-Core rev: 8ceb0bec18422818dcdb0efecec08ed155dc4715) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,6 +13,7 @@ DEPENDS:remove:class-native = "python3-pip-native"
|
||||
DEPENDS:append:class-native = " unzip-native"
|
||||
|
||||
SRC_URI += "file://0001-change-shebang-to-python3.patch"
|
||||
SRC_URI += "file://no_shebang_mangling.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user