diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-26 16:40:14 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:13:39 +0100 |
| commit | e7710df480513db877cbb80d6e7d7789ab39377d (patch) | |
| tree | ea03af6defa22310fe8ba62c7d68fcc56131284e /meta/recipes-devtools/python/python3_3.7.2.bb | |
| parent | 208ba30c03f1c13187067fc06aebdc02de1fa002 (diff) | |
| download | poky-e7710df480513db877cbb80d6e7d7789ab39377d.tar.gz | |
python3: Drop ptest hack
With the kernel TCP backlog queue coalescing bug fixed in the 5.0 kernels
we don't need this patch anymore and can run the tests.
(From OE-Core rev: 058d613af39a24cffe6053e0ff98b503c73e920e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.7.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.7.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb b/meta/recipes-devtools/python/python3_3.7.2.bb index 579febc1d5..7ef7cb5998 100644 --- a/meta/recipes-devtools/python/python3_3.7.2.bb +++ b/meta/recipes-devtools/python/python3_3.7.2.bb | |||
| @@ -21,7 +21,6 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 21 | file://0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch \ | 21 | file://0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch \ |
| 22 | file://0002-Don-t-do-runtime-test-to-get-float-byte-order.patch \ | 22 | file://0002-Don-t-do-runtime-test-to-get-float-byte-order.patch \ |
| 23 | file://0003-setup.py-pass-missing-libraries-to-Extension-for-mul.patch \ | 23 | file://0003-setup.py-pass-missing-libraries-to-Extension-for-mul.patch \ |
| 24 | file://ptesthack.patch \ | ||
| 25 | file://0001-Lib-sysconfig.py-fix-another-place-where-lib-is-hard.patch \ | 24 | file://0001-Lib-sysconfig.py-fix-another-place-where-lib-is-hard.patch \ |
| 26 | " | 25 | " |
| 27 | 26 | ||
