summaryrefslogtreecommitdiff
path: root/package/python2
AgeCommit message (Collapse)Author
2014-03-20fix python2 host buildWaldemar Brodkorb
2014-03-02fix python breakage after STAGING_HOST_DIR renamingWaldemar Brodkorb
2014-02-05fix python2 compile in DarwinWaldemar Brodkorb
2014-01-10add upower, polkit and dependenciesWaldemar Brodkorb
2014-01-06fix python2 buildWaldemar Brodkorb
2013-12-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-12-12noscripts is wrong nowWaldemar Brodkorb
2013-12-12another try to fix python problemsWaldemar Brodkorb
2013-12-08fix release build for uClibc raspberry-piWaldemar Brodkorb
2013-12-02use -fPIC so that static hostbuild is possibleWaldemar Brodkorb
2013-12-01use static build for hostWaldemar Brodkorb
2013-11-30fix xbmc build, it uses distutils to find python include dirWaldemar Brodkorb
2013-11-30fix xbmc build, it uses distutils to find python include dirWaldemar Brodkorb
2013-11-27try to fixup mesalib compile, it needs libxml2 python moduleWaldemar Brodkorb
2013-11-03fix pycurl buildWaldemar Brodkorb
2013-11-02pgen is not automatically installedWaldemar Brodkorb
2013-11-01fix macos x host compileWaldemar Brodkorb
2013-10-31bump versionWaldemar Brodkorb
2013-10-31forgot to import regular expression moduleWaldemar Brodkorb
2013-10-31fix libxml2-python packageWaldemar Brodkorb
2013-10-30missed one patch for python2Waldemar Brodkorb
2013-10-30fix python cross-compile, when a python host binary is availableWaldemar Brodkorb
2013-10-29update python2 and use new host infrastructureWaldemar Brodkorb
2013-10-24finetune python2 packageWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-07-11unbreak python2 compile on CygwinWaldemar Brodkorb
2013-03-02update kernelWaldemar Brodkorb
2011-11-10fix make bulk on OpenADK buildserverWaldemar Brodkorb
2011-10-21fix cross-compile under FreeBSDWaldemar Brodkorb
2011-10-17add symlink for hostpythonWaldemar Brodkorb
2011-10-15add package virtinst and dependenciesWaldemar Brodkorb
2011-10-10add fix from python upstream to allow host build on ubuntuWaldemar Brodkorb
2011-10-06finetune python2 for pacemaker usageWaldemar Brodkorb
2011-04-03fix native buildWaldemar Brodkorb
2011-03-03more native compile fixes on my ibm x40Waldemar Brodkorb
2011-03-01misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OSWaldemar Brodkorb
* fix *.pc / *-config file handling.
2011-01-25update Xorg to 7.6Waldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-12fix cross-compile under DarwinWaldemar Brodkorb
2011-01-11fix bzr package buildWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-14fix python-config to use target include dirWaldemar Brodkorb
2010-12-11try to fix cross-compile on DarwinWaldemar Brodkorb
2010-11-04add zlib dependency, fix binascii module buildWaldemar Brodkorb
2010-11-04add cherrypy package from joerg seitter.Waldemar Brodkorb
done some portability patches.
2010-11-04hopefully fix compile on 64 Bit hostWaldemar Brodkorb
2010-11-04fix cross-compile on MacOS X hostWaldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-26bad testing on my site, install header files againWaldemar Brodkorb
2010-09-25fix packaging bug, reported by joergWaldemar Brodkorb
loading of python modules must be disabled, otherwise they are renamed/disabled. To disable modules we need to patch setup.py, PYTHON_DIABLED_MODULES are no longer recognized.