diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-11-04 21:10:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-05 10:37:12 +0000 |
commit | 8410fde8b9dadaae649e6569c31d89bbfef7bf37 (patch) | |
tree | 0204eec648140c98af9ba666e2320987402afa7e /meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch | |
parent | 9ccdd97d18d83c796f80ec0dbe54b0c6a0fd7e7c (diff) | |
download | poky-8410fde8b9dadaae649e6569c31d89bbfef7bf37.tar.gz |
python3: Upgrade 3.7.4 -> 3.7.5
Backported patches removed.
(From OE-Core rev: 87f77ac60f57e6b3bfb2b3f3f5877b8d90cf22b8)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch')
-rw-r--r-- | meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch b/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch index 5735954628..a0ea897f4e 100644 --- a/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch +++ b/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch | |||
@@ -63,7 +63,7 @@ index a7de901..4a3681f 100644 | |||
63 | + case $cc_basename in | 63 | + case $cc_basename in |
64 | *clang*) | 64 | *clang*) |
65 | AC_SUBST(LLVM_AR) | 65 | AC_SUBST(LLVM_AR) |
66 | AC_PATH_TARGET_TOOL(LLVM_AR, llvm-ar, '', ${llvm_path}) | 66 | AC_PATH_TOOL(LLVM_AR, llvm-ar, '', ${llvm_path}) |
67 | @@ -1426,7 +1427,7 @@ then | 67 | @@ -1426,7 +1427,7 @@ then |
68 | fi | 68 | fi |
69 | fi | 69 | fi |