From 77dede6a85eb8aef312802c3029c27b7f5bf0720 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 25 Sep 2005 13:28:38 +0000 Subject: python: add patch to fix Tcl/Tk detection. python-core now correctly emits python-tkinter including lib-dynload/_tkinter.so --- packages/python/python_2.4.1.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'packages/python/python_2.4.1.bb') diff --git a/packages/python/python_2.4.1.bb b/packages/python/python_2.4.1.bb index 09febc9274..43cb187aef 100644 --- a/packages/python/python_2.4.1.bb +++ b/packages/python/python_2.4.1.bb @@ -5,14 +5,15 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " PROVIDES = "python python-core" -DEPENDS = "python-native readline zlib gdbm openssl" -PR = "ml7" +DEPENDS = "python-native readline zlib gdbm openssl tcl tk" +PR = "ml8" PYTHON_MAJMIN = "2.4" SRC_URI = "ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ - file://bindir-libdir.patch;patch=1 \ - file://crosscompile.patch;patch=1" + file://bindir-libdir.patch;patch=1 \ + file://crosscompile.patch;patch=1 \ + file://fix-tkinter-detection.patch;patch=1" S = "${WORKDIR}/Python-${PV}" inherit autotools -- cgit v1.2.3