diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-20 18:24:48 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-21 12:52:52 +0000 |
| commit | c8bc4e9b666ac7748e0ddbed4faf2f68afd6bb6a (patch) | |
| tree | 29fffe06596dc9e5f87f49ff06df089ff014c59e /meta/recipes-devtools/python/python3_3.8.1.bb | |
| parent | 28c5a5033e4893ec1f1fd5aab8b2fd0d5f815678 (diff) | |
| download | poky-c8bc4e9b666ac7748e0ddbed4faf2f68afd6bb6a.tar.gz | |
python3: do not compile .pyc in parallel during do_install()
(From OE-Core rev: af7f5590dc49ec33268939b53879a6d011306114)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.8.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.1.bb b/meta/recipes-devtools/python/python3_3.8.1.bb index a798f9828a..a71c207d9f 100644 --- a/meta/recipes-devtools/python/python3_3.8.1.bb +++ b/meta/recipes-devtools/python/python3_3.8.1.bb | |||
| @@ -28,6 +28,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 28 | file://0001-test_locale.py-correct-the-test-output-format.patch \ | 28 | file://0001-test_locale.py-correct-the-test-output-format.patch \ |
| 29 | file://0017-setup.py-do-not-report-missing-dependencies-for-disa.patch \ | 29 | file://0017-setup.py-do-not-report-missing-dependencies-for-disa.patch \ |
| 30 | file://0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch \ | 30 | file://0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch \ |
| 31 | file://0001-Makefile-do-not-compile-.pyc-in-parallel.patch \ | ||
| 31 | " | 32 | " |
| 32 | 33 | ||
| 33 | SRC_URI_append_class-native = " \ | 34 | SRC_URI_append_class-native = " \ |
