# # 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) /python-2.4.4?h=rm&id=a22f97e5c43501ceed138b3187c94db5760a3f96'>treecommitdiff
path: root/packages/python/python-2.4.4
=f907777709b20d8d73e3587026296a6616262229'>remove extra whitespace at end-of-line in about 900 bb files. sky
AgeCommit message (Expand)AuthorFiles
2006-12-25python: update to 2.4.4Michael Lauer6
Rolf Leggewie1
1
2007-07-04udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH.Paul Sokolovsky4
2007-06-30udev 092, 097, 100: Stop booting semi-configured system in case of random min...Paul Sokolovsky3
2007-06-30udev: Stop booting semi-configured system in case of random miniscule errors.Paul Sokolovsky4
2007-06-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky1
2007-06-18udev: Cut down default /dev tmpfs size from 10Mb to 2Mb, to preclude DoS.Paul Sokolovsky6
2007-06-14udev: disable parallel compilationRolf Leggewie1
2007-06-12udev: make only udev RPROVIDE hotplug not all packages (from Poky)Marcin Juszkiewicz1
2007-02-21udev: Fixup slight mistake in previous commit, bump PROyvind Repvik3
2007-02-21udev: Fixup etc->sysconfdir, make sure sysconfdir/udev exists before writing ...Oyvind Repvik3
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-12-28udev: Update touchscreen rule so it doesn't require the touchscreen to have E...Richard Purdie6
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz3
2006-11-28udev: merge stuff from 097 and 100 into udev.inc, add do_stage from poky, bum...Koen Kooi4
2006-11-07udev: Auto-add the rootfs partition to mount.blacklist via postinst to work a...Matthias Hentges4
2006-10-31udev: fix udev rule for SAMSUNG UARTS (stupid missing ',' in rule!)Michael Lauer18
2006-10-04udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add ruleGraeme Gregory3
2006-09-28udev: Enable udev-100 on SlugOSMichael-Luke Jones1
2006-09-14udev: remove needless machine specificationsPhilipp Zabel13
2006-09-12udev-097,100: firmware_helper is now firmware.sh - fix udev.rulesPhilipp Zabel4
2006-09-08udev: add 0.100, default preference = -1Koen Kooi8
2006-08-25udev-097: drop the MAKEDEV link from links.conf, it is created in the init sc...Philipp Zabel2
2006-08-22udev: add description for libvolume_idPhilipp Zabel1
2006-08-22udev: stop overwriting description in udev.incPhilipp Zabel2
2006-08-22udev: add 097Philipp Zabel8
2006-08-15udev: Prune old obsolete broken versions (058, 063, 065, 070, 071).Richard Purdie23
2006-08-15udev: Fix packaging after -dbg changes (udev-utils wasn't populated)Richard Purdie4
2006-08-12udev: add mount.blacklist for h2200 and ipaq-pxa270Koen Kooi4
2006-08-12udev 092: fix hostap on h2200, courtesy Joshua Layne Koen Kooi2
2006-08-11udev 092: Update for keeping the debug information in the correct packageJamie Lenehan2
2006-08-11udev 092: Remove the spurious debug info from the packages. Closes #1241Jamie Lenehan2
2006-08-05merge of '61c6cd8658c99e2416e242b79cdff01967f01c94'Holger Freyther2
2006-08-05udev 092: remove BTNTOUCH for touchscreen rules to fix it for ipaqsKoen Kooi2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther8
2006-07-26udev 092: Fix ARM inotify syscallRichard Purdie2
2006-07-24udev - /proc/sys/kernel/hotplug hasmoved to /sys/kernel/uevent_helper in 2.6.16.Raymond Danks6
2006-06-13udev 092: Add missing file. Third time lucky...Richard Purdie2
2006-06-13udev 092: Fix a typoRichard Purdie2
2006-06-13udev: Add 092. Included is a custom rule which adds a symlink to the touchscr...Richard Purdie6
2006-05-31udev: Add mount blacklist for amsdelta.Jonathan McDowell2
2006-05-27udev: Add /dev/ram to the automount blacklists for all devices. Enable 089 as...Richard Purdie12