mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
python3: drop 110-enable-zlib.patch
With the patch, the zlib extension wasn't built at all. Without the patch, it gets build just fine. (From OE-Core rev: 59870a852cf88ecef094db0a2adec168a8997626) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
141fa73f97
commit
f5d36b1c56
@@ -12,7 +12,6 @@ file://020-dont-compile-python-files.patch \
|
|||||||
file://030-fixup-include-dirs.patch \
|
file://030-fixup-include-dirs.patch \
|
||||||
file://070-dont-clean-ipkg-install.patch \
|
file://070-dont-clean-ipkg-install.patch \
|
||||||
file://080-distutils-dont_adjust_files.patch \
|
file://080-distutils-dont_adjust_files.patch \
|
||||||
file://110-enable-zlib.patch \
|
|
||||||
file://130-readline-setup.patch \
|
file://130-readline-setup.patch \
|
||||||
file://150-fix-setupterm.patch \
|
file://150-fix-setupterm.patch \
|
||||||
file://python-3.3-multilib.patch \
|
file://python-3.3-multilib.patch \
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
Enable zlib in python
|
|
||||||
|
|
||||||
-Khem
|
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [OE-Specific]
|
|
||||||
|
|
||||||
---
|
|
||||||
Modules/Setup.dist | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
--- a/Modules/Setup.dist
|
|
||||||
+++ b/Modules/Setup.dist
|
|
||||||
@@ -354,7 +354,7 @@ _symtable symtablemodule.c
|
|
||||||
# Andrew Kuchling's zlib module.
|
|
||||||
# This require zlib 1.1.3 (or later).
|
|
||||||
# See http://www.gzip.org/zlib/
|
|
||||||
-#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
|
|
||||||
+zlib zlibmodule.c -lz
|
|
||||||
|
|
||||||
# Interface to the Expat XML parser
|
|
||||||
#
|
|
||||||
@@ -13,7 +13,6 @@ file://020-dont-compile-python-files.patch \
|
|||||||
file://030-fixup-include-dirs.patch \
|
file://030-fixup-include-dirs.patch \
|
||||||
file://070-dont-clean-ipkg-install.patch \
|
file://070-dont-clean-ipkg-install.patch \
|
||||||
file://080-distutils-dont_adjust_files.patch \
|
file://080-distutils-dont_adjust_files.patch \
|
||||||
file://110-enable-zlib.patch \
|
|
||||||
file://130-readline-setup.patch \
|
file://130-readline-setup.patch \
|
||||||
file://150-fix-setupterm.patch \
|
file://150-fix-setupterm.patch \
|
||||||
file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \
|
file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user