diff options
author | Chris Larson <clarson@kergoth.com> | 2004-02-17 17:46:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-02-17 17:46:04 +0000 |
commit | 4a85ff071f3ecc7cc24dfbaa199629232a58ac10 (patch) | |
tree | 6ec304a685daf70c395bbe14e6fc05fe2919ec21 | |
parent | 891a2df17e1520d12d691806587fc8563bd698a2 (diff) |
Apply patch that should work around the latest auto* failures with the python build.
BKrev: 4032535cr1AFs2hOGs4XSOJjGZUQ_Q
-rw-r--r-- | python/python-2.3.3/autohell.patch | 0 | ||||
-rw-r--r-- | python/python_2.3.3.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/python-2.3.3/autohell.patch b/python/python-2.3.3/autohell.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/python/python-2.3.3/autohell.patch diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe index 7717db70c0..85ddb6f902 100644 --- a/python/python_2.3.3.oe +++ b/python/python_2.3.3.oe @@ -7,7 +7,8 @@ DEPENDS=virtual/libc python-native SRC_URI = ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ file://${FILESDIR}/bindir-libdir.patch;patch=1 \ - file://${FILESDIR}/crosscompile.patch;patch=1 + file://${FILESDIR}/crosscompile.patch;patch=1 \ + file://${FILESDIR}/autohell.patch;patch=1 # file://${FILESDIR}/crosscompile-hotshot.patch;patch=1 \ # file://${FILESDIR}/crosscompile-socket.patch;patch=1 |