# # Patch managed by http://www.holgerschurig.de/patcher.html # --- Python-2.4.1/setup.py~fix-tkinter-detection +++ Python-2.4.1/setup.py @@ -999,7 +999,7 @@ dotversion = dotversion[:-1] + '.' + dotversion[-1] tcl_include_sub = [] tk_include_sub = [] - for dir in inc_dirs: + for dir in [os.getenv("STAGING_INCDIR")]: tcl_include_sub += [dir + os.sep + "tcl" + dotversion] tk_include_sub += [dir + os.sep + "tk" + dotversion] tk_include_sub += tcl_include_sub @@ -1018,22 +1018,6 @@ if dir not in include_dirs: include_dirs.append(dir) - # Check for various platform-specific directories - if platform == 'sunos5': - include_dirs.append('/usr/openwin/include') - added_lib_dirs.append('/usr/openwin/lib') - elif os.path.exists('/usr/X11R6/include'): - include_dirs.append('/usr/X11R6/include') - added_lib_dirs.append('/usr/X11R6/lib64') - added_lib_dirs.append('/usr/X11R6/lib') - elif os.path.exists('/usr/X11R5/include'): - include_dirs.append('/usr/X11R5/include') - added_lib_dirs.append('/usr/X11R5/lib') - else: - # Assume default location for X11 - include_dirs.append('/usr/X11/include') - added_lib_dirs.append('/usr/X11/lib') - # If Cygwin, then verify that X is installed before proceeding if platform == 'cygwin': x11_inc = find_file('X11/Xlib.h', [], include_dirs) multitech-oe.git/tree/packages/python/python-pygoogle_0.6.bb?h=rm&id=fca5cadc1e2012f01afcdd67d9482a4c52aa52d1'>treecommitdiff
path: root/packages/python/python-pygoogle_0.6.bb
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2007-08-16python-pygoogle: add HOMEPAGEMichael Lauer1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2004-12-09add a couple of license statements and remove rdepends to python-core since t...Michael Lauer1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1