summaryrefslogtreecommitdiffstats
path: root/package/python3/003-sysconfigdata-install-location.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-26 14:26:36 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-04-28 00:26:46 +0200
commit6afba01e5dc5ed536e33a46d40fd970cfd40f243 (patch)
tree6450864264686acdcd927449d53ed7f9645460f4 /package/python3/003-sysconfigdata-install-location.patch
parentaf616e4fe0eb6e23af12e52b4cb8c1833c1bbc7f (diff)
downloadbuildroot-6afba01e5dc5ed536e33a46d40fd970cfd40f243.tar.gz
buildroot-6afba01e5dc5ed536e33a46d40fd970cfd40f243.zip
python3: bump to version 3.4.3
All patches are simply refreshed, except 002-properly-detect-if-python-build.patch which is removed because an identical fix has been merged upstream: https://github.com/python/cpython/commit/e128ea78e5964929ca902bebc07c242d58609dfc Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python3/003-sysconfigdata-install-location.patch')
-rw-r--r--package/python3/003-sysconfigdata-install-location.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python3/003-sysconfigdata-install-location.patch b/package/python3/003-sysconfigdata-install-location.patch
index dfcadf5af4..cd01ccfbdb 100644
--- a/package/python3/003-sysconfigdata-install-location.patch
+++ b/package/python3/003-sysconfigdata-install-location.patch
@@ -21,7 +21,7 @@ Index: b/Makefile.pre.in
===================================================================
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
-@@ -558,6 +558,9 @@
+@@ -559,6 +559,9 @@
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
@@ -31,7 +31,7 @@ Index: b/Makefile.pre.in
# Build the shared modules
# Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for
-@@ -1196,7 +1199,7 @@
+@@ -1197,7 +1200,7 @@
else true; \
fi; \
done
@@ -40,7 +40,7 @@ Index: b/Makefile.pre.in
do \
if test -x $$i; then \
$(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \
-@@ -1206,6 +1209,11 @@
+@@ -1207,6 +1210,11 @@
echo $(INSTALL_DATA) $$i $(LIBDEST); \
fi; \
done
@@ -52,7 +52,7 @@ Index: b/Makefile.pre.in
@for d in $(LIBSUBDIRS); \
do \
a=$(srcdir)/Lib/$$d; \
-@@ -1529,7 +1537,7 @@
+@@ -1533,7 +1541,7 @@
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
find build -name '*.py' -exec rm -f {} ';' || true
find build -name '*.py[co]' -exec rm -f {} ';' || true
OpenPOWER on IntegriCloud