diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 21:37:43 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-17 10:34:16 +0200 |
| commit | 9debd2fea1144c1e7250879af8d2f9a3ab3911e0 (patch) | |
| tree | 3b96eb9478888a2456e516bae8b2f15a6489649b /recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch | |
| parent | b16899ec9eadd8ccae74e31484fa7161798a6445 (diff) | |
python: move 2.6.[124] to obsolete, move all distributions to 2.6.5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Diffstat (limited to 'recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch')
| -rw-r--r-- | recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch b/recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch deleted file mode 100644 index 2559e3a0e4..0000000000 --- a/recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch +++ /dev/null @@ -1,20 +0,0 @@ -# $(exec_prefix) points to the wrong directory, when installing -# a cross-build. @bindir@ and @libdir@ works better and doesn't -# affect the native build. -# Signed-Off: Michael 'Mickey' Lauer <mickey@vanille-media.de> - -Index: Python-2.6.1/Makefile.pre.in -=================================================================== ---- Python-2.6.1.orig/Makefile.pre.in -+++ Python-2.6.1/Makefile.pre.in -@@ -86,8 +86,8 @@ exec_prefix= @exec_prefix@ - datarootdir= @datarootdir@ - - # Expanded directories --BINDIR= $(exec_prefix)/bin --LIBDIR= $(exec_prefix)/lib -+BINDIR= @bindir@ -+LIBDIR= @libdir@ - MANDIR= @mandir@ - INCLUDEDIR= @includedir@ - CONFINCLUDEDIR= $(exec_prefix)/include |
