diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-23 12:27:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:50 +0000 |
| commit | d98a804617e93d929d0386d0c1dca85d36b6a475 (patch) | |
| tree | 0309aedddabaffe716b9b28b7625d1cef6885be2 /meta/recipes-devtools/python/python3-pip_22.0.3.bb | |
| parent | 5c46eeb375c2e6b3d439a01711420b883db168fb (diff) | |
| download | poky-d98a804617e93d929d0386d0c1dca85d36b6a475.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pip_22.0.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pip_22.0.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_22.0.3.bb b/meta/recipes-devtools/python/python3-pip_22.0.3.bb index c4671f5017..023ab41810 100644 --- a/meta/recipes-devtools/python/python3-pip_22.0.3.bb +++ b/meta/recipes-devtools/python/python3-pip_22.0.3.bb | |||
| @@ -13,6 +13,7 @@ DEPENDS:remove:class-native = "python3-pip-native" | |||
| 13 | DEPENDS:append:class-native = " unzip-native" | 13 | DEPENDS:append:class-native = " unzip-native" |
| 14 | 14 | ||
| 15 | SRC_URI += "file://0001-change-shebang-to-python3.patch" | 15 | SRC_URI += "file://0001-change-shebang-to-python3.patch" |
| 16 | SRC_URI += "file://no_shebang_mangling.patch" | ||
| 16 | 17 | ||
| 17 | SRC_URI[sha256sum] = "f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0" | 18 | SRC_URI[sha256sum] = "f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0" |
| 18 | 19 | ||
