diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch')
-rw-r--r-- | meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch b/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch index 8354e266fa..c92469b9b6 100644 --- a/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch +++ b/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | # Don't modify the she-bang line for a cross-build. | 3 | # Don't modify the she-bang line for a cross-build. |
2 | # Otherwise it points to our hostpython (which we do not want) | 4 | # Otherwise it points to our hostpython (which we do not want) |
3 | # | 5 | # |