[oe-commits] Stefan Schmidt : angstrom-2008-preferred-versions.inc: Bump python version to 2.6.4

git version control git at git.openembedded.org
Thu Apr 8 15:29:05 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 1ba1263ed073931900ce91bed7b305b4f9db3b5c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1ba1263ed073931900ce91bed7b305b4f9db3b5c

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Apr  8 13:31:29 2010 +0200

angstrom-2008-preferred-versions.inc: Bump python version to 2.6.4

This is done to match the python-native version. Without this we seem to get
trouble with some header mismatch or similar:

 ./libpython2.6.so: undefined reference to `_PyParser_Grammar'

Signed-off-by: Stefan Schmidt <stefan at datenfreihafen.org>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 .../include/angstrom-2008-preferred-versions.inc   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc
index dcab24b..79d1fd1 100644
--- a/conf/distro/include/angstrom-2008-preferred-versions.inc
+++ b/conf/distro/include/angstrom-2008-preferred-versions.inc
@@ -36,7 +36,7 @@ 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.2"
+PREFERRED_VERSION_python = "2.6.4"
 PREFERRED_VERSION_qt4-tools-native = "${ANGSTROM_QT_VERSION}"
 PREFERRED_VERSION_qt4-tools-sdk = "${ANGSTROM_QT_VERSION}"
 PREFERRED_VERSION_qt4-embedded = "${ANGSTROM_QT_VERSION}"





More information about the Openembedded-commits mailing list