summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.8.3.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-07-22 21:02:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-25 15:11:05 +0100
commit3439ad86168937edfb90120f1e9c86886f03bd71 (patch)
tree26ccefb962aebab787e0aa5a0599b8f9aecff6b0 /meta/recipes-devtools/python/python3_3.8.3.bb
parentb28b7c7c6acbe6e110aa7feb89690673c3f4535b (diff)
downloadpoky-3439ad86168937edfb90120f1e9c86886f03bd71.tar.gz
Revert "python3: define a profile directory path"
After ccache upgrade to 3.7.11, there is below logic introduced. 58895dc Add knowledge about -fprofile-{correction,reorder-functions,values} And the python3 ccache build issue [1] is fixed in ccache 3.7.11, so there is no need to define a profile directory path for python3 any more. [1] https://github.com/ccache/ccache/issues/615 (From OE-Core rev: 6cd08bdf72c05982ba000b1186cf139382679e04) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.8.3.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.3.bb b/meta/recipes-devtools/python/python3_3.8.3.bb
index 7e0f35ce41..a7cfbad5cd 100644
--- a/meta/recipes-devtools/python/python3_3.8.3.bb
+++ b/meta/recipes-devtools/python/python3_3.8.3.bb
@@ -32,7 +32,6 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
32 file://0001-configure.ac-fix-LIBPL.patch \ 32 file://0001-configure.ac-fix-LIBPL.patch \
33 file://0001-python3-Do-not-hardcode-lib-for-distutils.patch \ 33 file://0001-python3-Do-not-hardcode-lib-for-distutils.patch \
34 file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \ 34 file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \
35 file://0001-configure.ac-define-a-path-for-profile-data.patch \
36 " 35 "
37 36
38SRC_URI_append_class-native = " \ 37SRC_URI_append_class-native = " \