diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-10-14 14:40:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-15 15:52:40 +0200 |
commit | 1842244c6d6e09154708e29a1cf527d2b01409d0 (patch) | |
tree | 023f0f0b617d290024c0d745dbab6a967e3b77d8 /package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch | |
parent | e877fb4fe2b1a9f29e0c75a3404066ebc34e147a (diff) | |
download | buildroot-1842244c6d6e09154708e29a1cf527d2b01409d0.tar.gz buildroot-1842244c6d6e09154708e29a1cf527d2b01409d0.zip |
package/python: bump version to 2.7.14
Rebased patch 0016, changed _SITE to https.
Release notes:
https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch')
-rw-r--r-- | package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch b/package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch index a147655af8..2e1a054f3b 100644 --- a/package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch +++ b/package/python/0016-Add-an-option-to-disable-installation-of-test-module.patch @@ -8,6 +8,8 @@ are not necessarly useful on embedded targets. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Samuel Martin <s.martin49@gmail.com> +[Bernd: rebased against version 2.7.14] +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> --- Makefile.pre.in | 48 ++++++++++++++++++++++++++++++++---------------- configure.ac | 6 ++++++ @@ -17,7 +19,7 @@ diff --git a/Makefile.pre.in b/Makefile.pre.in index dedcf61..280cc4e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -1038,27 +1038,43 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ +@@ -1032,28 +1032,44 @@ plat-mac/lib-scriptpackages/SystemEvents \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages @@ -26,6 +28,7 @@ index dedcf61..280cc4e 100644 - test/data test/cjkencodings test/decimaltestdata test/xmltestdata \ - test/imghdrdata \ - test/subprocessdata \ +- test/support \ - test/tracedmodules \ +LIBSUBDIRS= lib-tk site-packages \ encodings compiler hotshot \ @@ -58,6 +61,7 @@ index dedcf61..280cc4e 100644 + test/cjkencodings test/decimaltestdata test/xmltestdata \ + test/imghdrdata \ + test/subprocessdata \ ++ test/support \ + test/tracedmodules \ + email/test email/test/data \ + json/tests \ |