From: Martin Jansa Date: Mon, 16 Aug 2010 19:37:43 +0000 (+0200) Subject: python: move 2.6.[124] to obsolete, move all distributions to 2.6.5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9debd2fea1144c1e7250879af8d2f9a3ab3911e0;p=openembedded.git python: move 2.6.[124] to obsolete, move all distributions to 2.6.5 Signed-off-by: Martin Jansa Acked-by: Michael 'Mickey' Lauer --- diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index b0c162dd8f..54004de387 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -45,7 +45,6 @@ PREFERRED_VERSION_pango-native = "1.24.4" PREFERRED_VERSION_pkgconfig = "0.23" PREFERRED_VERSION_pkgconfig-native = "0.23" PREFERRED_VERSION_pulseaudio = "0.9.15" -PREFERRED_VERSION_python = "2.6.4" PREFERRED_VERSION_python-pycairo = "1.8.0" PREFERRED_VERSION_qt4-tools-native = "${ANGSTROM_QT_VERSION}" PREFERRED_VERSION_qt4-tools-sdk = "${ANGSTROM_QT_VERSION}" diff --git a/conf/distro/include/kaeilos-2009-preferred-versions.inc b/conf/distro/include/kaeilos-2009-preferred-versions.inc index a63359ddaa..83e18ba12d 100644 --- a/conf/distro/include/kaeilos-2009-preferred-versions.inc +++ b/conf/distro/include/kaeilos-2009-preferred-versions.inc @@ -50,7 +50,6 @@ PREFERRED_VERSION_pango-native = "1.24.4" PREFERRED_VERSION_pkgconfig = "0.23" PREFERRED_VERSION_pkgconfig-native = "0.23" PREFERRED_VERSION_pulseaudio = "0.9.15" -PREFERRED_VERSION_python = "2.6.4" PREFERRED_VERSION_python-pycairo = "1.8.0" KAEILOS_WX_VERSION ?= "2.8.10" diff --git a/recipes/python/python-2.6.1/00-fix-bindir-libdir-for-cross.patch b/recipes/obsolete/python/python-2.6.1/00-fix-bindir-libdir-for-cross.patch similarity index 100% rename from recipes/python/python-2.6.1/00-fix-bindir-libdir-for-cross.patch rename to recipes/obsolete/python/python-2.6.1/00-fix-bindir-libdir-for-cross.patch diff --git a/recipes/python/python-2.6.1/01-use-proper-tools-for-cross-build.patch b/recipes/obsolete/python/python-2.6.1/01-use-proper-tools-for-cross-build.patch similarity index 100% rename from recipes/python/python-2.6.1/01-use-proper-tools-for-cross-build.patch rename to recipes/obsolete/python/python-2.6.1/01-use-proper-tools-for-cross-build.patch diff --git a/recipes/python/python-2.6.1/02-remove-test-for-cross.patch b/recipes/obsolete/python/python-2.6.1/02-remove-test-for-cross.patch similarity index 100% rename from recipes/python/python-2.6.1/02-remove-test-for-cross.patch rename to recipes/obsolete/python/python-2.6.1/02-remove-test-for-cross.patch diff --git a/recipes/python/python-2.6.1/03-fix-tkinter-detection.patch b/recipes/obsolete/python/python-2.6.1/03-fix-tkinter-detection.patch similarity index 100% rename from recipes/python/python-2.6.1/03-fix-tkinter-detection.patch rename to recipes/obsolete/python/python-2.6.1/03-fix-tkinter-detection.patch diff --git a/recipes/python/python-2.6.1/04-default-is-optimized.patch b/recipes/obsolete/python/python-2.6.1/04-default-is-optimized.patch similarity index 100% rename from recipes/python/python-2.6.1/04-default-is-optimized.patch rename to recipes/obsolete/python/python-2.6.1/04-default-is-optimized.patch diff --git a/recipes/python/python-2.6.1/05-enable-ctypes-cross-build.patch b/recipes/obsolete/python/python-2.6.1/05-enable-ctypes-cross-build.patch similarity index 100% rename from recipes/python/python-2.6.1/05-enable-ctypes-cross-build.patch rename to recipes/obsolete/python/python-2.6.1/05-enable-ctypes-cross-build.patch diff --git a/recipes/python/python-2.6.1/07-export-grammer.patch b/recipes/obsolete/python/python-2.6.1/07-export-grammer.patch similarity index 100% rename from recipes/python/python-2.6.1/07-export-grammer.patch rename to recipes/obsolete/python/python-2.6.1/07-export-grammer.patch diff --git a/recipes/python/python-2.6.1/99-ignore-optimization-flag.patch b/recipes/obsolete/python/python-2.6.1/99-ignore-optimization-flag.patch similarity index 100% rename from recipes/python/python-2.6.1/99-ignore-optimization-flag.patch rename to recipes/obsolete/python/python-2.6.1/99-ignore-optimization-flag.patch diff --git a/recipes/python/python-2.6.1/sitecustomize.py b/recipes/obsolete/python/python-2.6.1/sitecustomize.py similarity index 100% rename from recipes/python/python-2.6.1/sitecustomize.py rename to recipes/obsolete/python/python-2.6.1/sitecustomize.py diff --git a/recipes/python/python-2.6.2/00-fix-bindir-libdir-for-cross.patch b/recipes/obsolete/python/python-2.6.2/00-fix-bindir-libdir-for-cross.patch similarity index 100% rename from recipes/python/python-2.6.2/00-fix-bindir-libdir-for-cross.patch rename to recipes/obsolete/python/python-2.6.2/00-fix-bindir-libdir-for-cross.patch diff --git a/recipes/python/python-2.6.2/01-use-proper-tools-for-cross-build.patch b/recipes/obsolete/python/python-2.6.2/01-use-proper-tools-for-cross-build.patch similarity index 100% rename from recipes/python/python-2.6.2/01-use-proper-tools-for-cross-build.patch rename to recipes/obsolete/python/python-2.6.2/01-use-proper-tools-for-cross-build.patch diff --git a/recipes/python/python-2.6.2/02-remove-test-for-cross.patch b/recipes/obsolete/python/python-2.6.2/02-remove-test-for-cross.patch similarity index 100% rename from recipes/python/python-2.6.2/02-remove-test-for-cross.patch rename to recipes/obsolete/python/python-2.6.2/02-remove-test-for-cross.patch diff --git a/recipes/python/python-2.6.2/03-fix-tkinter-detection.patch b/recipes/obsolete/python/python-2.6.2/03-fix-tkinter-detection.patch similarity index 100% rename from recipes/python/python-2.6.2/03-fix-tkinter-detection.patch rename to recipes/obsolete/python/python-2.6.2/03-fix-tkinter-detection.patch diff --git a/recipes/python/python-2.6.2/04-default-is-optimized.patch b/recipes/obsolete/python/python-2.6.2/04-default-is-optimized.patch similarity index 100% rename from recipes/python/python-2.6.2/04-default-is-optimized.patch rename to recipes/obsolete/python/python-2.6.2/04-default-is-optimized.patch diff --git a/recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch b/recipes/obsolete/python/python-2.6.2/05-enable-ctypes-cross-build.patch similarity index 100% rename from recipes/python/python-2.6.2/05-enable-ctypes-cross-build.patch rename to recipes/obsolete/python/python-2.6.2/05-enable-ctypes-cross-build.patch diff --git a/recipes/python/python-2.6.2/99-ignore-optimization-flag.patch b/recipes/obsolete/python/python-2.6.2/99-ignore-optimization-flag.patch similarity index 100% rename from recipes/python/python-2.6.2/99-ignore-optimization-flag.patch rename to recipes/obsolete/python/python-2.6.2/99-ignore-optimization-flag.patch diff --git a/recipes/python/python-2.6.2/sitecustomize.py b/recipes/obsolete/python/python-2.6.2/sitecustomize.py similarity index 100% rename from recipes/python/python-2.6.2/sitecustomize.py rename to recipes/obsolete/python/python-2.6.2/sitecustomize.py diff --git a/recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch b/recipes/obsolete/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch similarity index 100% rename from recipes/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch rename to recipes/obsolete/python/python-2.6.4/00-fix-bindir-libdir-for-cross.patch diff --git a/recipes/python/python-2.6.4/01-use-proper-tools-for-cross-build.patch b/recipes/obsolete/python/python-2.6.4/01-use-proper-tools-for-cross-build.patch similarity index 100% rename from recipes/python/python-2.6.4/01-use-proper-tools-for-cross-build.patch rename to recipes/obsolete/python/python-2.6.4/01-use-proper-tools-for-cross-build.patch diff --git a/recipes/python/python-2.6.4/02-remove-test-for-cross.patch b/recipes/obsolete/python/python-2.6.4/02-remove-test-for-cross.patch similarity index 100% rename from recipes/python/python-2.6.4/02-remove-test-for-cross.patch rename to recipes/obsolete/python/python-2.6.4/02-remove-test-for-cross.patch diff --git a/recipes/python/python-2.6.4/03-fix-tkinter-detection.patch b/recipes/obsolete/python/python-2.6.4/03-fix-tkinter-detection.patch similarity index 100% rename from recipes/python/python-2.6.4/03-fix-tkinter-detection.patch rename to recipes/obsolete/python/python-2.6.4/03-fix-tkinter-detection.patch diff --git a/recipes/python/python-2.6.4/04-default-is-optimized.patch b/recipes/obsolete/python/python-2.6.4/04-default-is-optimized.patch similarity index 100% rename from recipes/python/python-2.6.4/04-default-is-optimized.patch rename to recipes/obsolete/python/python-2.6.4/04-default-is-optimized.patch diff --git a/recipes/python/python-2.6.4/05-enable-ctypes-cross-build.patch b/recipes/obsolete/python/python-2.6.4/05-enable-ctypes-cross-build.patch similarity index 100% rename from recipes/python/python-2.6.4/05-enable-ctypes-cross-build.patch rename to recipes/obsolete/python/python-2.6.4/05-enable-ctypes-cross-build.patch diff --git a/recipes/python/python-2.6.4/06-ctypes-libffi-fix-configure.patch b/recipes/obsolete/python/python-2.6.4/06-ctypes-libffi-fix-configure.patch similarity index 100% rename from recipes/python/python-2.6.4/06-ctypes-libffi-fix-configure.patch rename to recipes/obsolete/python/python-2.6.4/06-ctypes-libffi-fix-configure.patch diff --git a/recipes/python/python-2.6.4/99-ignore-optimization-flag.patch b/recipes/obsolete/python/python-2.6.4/99-ignore-optimization-flag.patch similarity index 100% rename from recipes/python/python-2.6.4/99-ignore-optimization-flag.patch rename to recipes/obsolete/python/python-2.6.4/99-ignore-optimization-flag.patch diff --git a/recipes/python/python-2.6.4/sitecustomize.py b/recipes/obsolete/python/python-2.6.4/sitecustomize.py similarity index 100% rename from recipes/python/python-2.6.4/sitecustomize.py rename to recipes/obsolete/python/python-2.6.4/sitecustomize.py diff --git a/recipes/python/python_2.6.1.bb b/recipes/obsolete/python/python_2.6.1.bb similarity index 100% rename from recipes/python/python_2.6.1.bb rename to recipes/obsolete/python/python_2.6.1.bb diff --git a/recipes/python/python_2.6.2.bb b/recipes/obsolete/python/python_2.6.2.bb similarity index 100% rename from recipes/python/python_2.6.2.bb rename to recipes/obsolete/python/python_2.6.2.bb diff --git a/recipes/python/python_2.6.4.bb b/recipes/obsolete/python/python_2.6.4.bb similarity index 100% rename from recipes/python/python_2.6.4.bb rename to recipes/obsolete/python/python_2.6.4.bb