# # 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): ref='/cgit/multitech-oe.git/tree/packages/zsh?id=1f283a10afe40f2290fd995330c2c29485ca4ea2'>treecommitdiff
path: root/packages/zsh
3e06b6ceb5088a'>divers: remove lines of the form "PACKAGES = ${PN}" from 63 files
AgeCommit message (Expand)AuthorFiles
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-09-09many recipes: change pcre to libpcre in DEPENDSPhilipp Zabel1
2006-05-18zsh: do not ship zsh as symlink to builddirMarcin Juszkiewicz1
2006-04-28zsh: disable PARALLEL_MAKE - close #714Marcin Juszkiewicz1
Rolf Leggewie2
2008-01-14avetanabt: Use virtual/javac-native instead of jikes-native.Robert Schuster2
2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ...Richard Purdie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2006-08-25avetanabt: add version 20060413Mustafa Yuecel2
2006-03-10avetanabt-cvs: remove unappliable patchMustafa Yuecel3
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-09-30avetanabt_cvs: remove avetanalocaldevice.patchMustafa Yuecel1
2005-09-30avetana_cvs: some cosmetic changes and working patchMustafa Yuecel2
2005-09-09avetanabt_svn: rename to avetanabt_cvs because sources are in a cvs repositoryMustafa Yuecel1
2005-09-05avetanabt_cvs: add version.xml and patch\n - add version.xml to have version...Mustafa Yuecel3
2005-08-18add HOMEPAGE for further informationsMustafa Yuecel1
2005-08-18add avetanabt. now we can use bluetooth with java (JSR-82)Mustafa Yuecel2