# # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher # --- Python-2.3.3/Lib/distutils/sysconfig.py~cross-distutils 2003-02-10 15:02:33.000000000 +0100 +++ Python-2.3.3/Lib/distutils/sysconfig.py 2004-03-02 20:15:05.000000000 +0100 @@ -19,8 +19,8 @@ from errors import DistutilsPlatformError # These are needed in a couple of spots, so just compute them once. -PREFIX = os.path.normpath(sys.prefix) -EXEC_PREFIX = os.path.normpath(sys.exec_prefix) +PREFIX = os.path.normpath(sys.prefix).replace( os.getenv("BUILD_SYS"), os.getenv("HOST_SYS") ) +EXEC_PREFIX = os.path.normpath(sys.exec_prefix).replace( os.getenv("BUILD_SYS"), os.getenv("HOST_SYS") ) # python_build: (Boolean) if true, we're either building Python or # building an extension with an un-installed Python, so we use @@ -192,7 +192,7 @@ else: # The name of the config.h file changed in 2.2 config_h = 'pyconfig.h' - return os.path.join(inc_dir, config_h) + return os.path.join(inc_dir, config_h).replace( os.getenv("BUILD_SYS"), os.getenv("HOST_SYS") ) def get_makefile_filename(): @@ -200,7 +200,7 @@ if python_build: return os.path.join(os.path.dirname(sys.executable), "Makefile") lib_dir = get_python_lib(plat_specific=1, standard_lib=1) - return os.path.join(lib_dir, "config", "Makefile") + return os.path.join(lib_dir, "config", "Makefile").replace( os.getenv("BUILD_SYS"), os.getenv("HOST_SYS") ) def parse_config_h(fp, g=None): .git/log/packages/matchbox-wm'>logtreecommitdiff
path: root/packages/matchbox-wm
AgeCommit message (Expand)AuthorFiles
2007-11-15mb-wm: u-a to itself, not another package Koen Kooi1
2007-11-14matchbox-wm: stop requiring mb-commonKoen Kooi11
2007-08-01matchbox-wm: also package gconf schemaKoen Kooi1
2007-04-26matchbox-wm: depend on gconf-nativeKoen Kooi1
2007-04-23matchbox-wm: add 1.2, merge in fixes from pokyKoen Kooi2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-12-20merge of '81438ff8d532d4511d52cc48caae759eaf02741c'Rolf Leggewie2
2006-12-20matchbox-wm: basic unification of recipesRolf Leggewie11
2006-12-18matchbox stuff: fixed SRC_URIMarcin Juszkiewicz2
2006-10-29packages/: various .debug packaging fixes (from Poky)Koen Kooi4
2006-08-05mb-wm: add 1.1Koen Kooi1
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin9
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin9
2006-04-13matchbox-wm: Add c7x0 kbdconfig from .oz354xMatthias Hentges3
2006-03-29matchbox-wm: Include update from .oz354xMatthias Hentges7
2006-03-07matchbox-wm: add 1.0Koen Kooi1
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel8
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-09-17packages/matchbox-wm/matchbox-wm_svn.bb: make PV conform to OE standardsKoen Kooi1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi9
2005-05-26Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-04-12Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer1
2005-04-05Extra keybinding for collie/gpeChris Lord1
2005-02-24Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net5
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net6
2005-02-12matchbox-wm_0.9.3.bb:Koen Kooi1
2005-01-26bump pr for mb-wm-0.9.1Koen Kooi1
2005-01-25Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedGreg Gilbert1
2005-01-25move matchbox-wm 0.9.1 to 0.9.2 and remove DEFAULT_PREFERENCE=-1 since it wor...Koen Kooi2
2005-01-24Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedChris Lord1
2005-01-24Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedKoen Kooi1
2005-01-24Add latest matchbox bitsKoen Kooi1
2005-01-15Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby1
2005-01-04Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson