Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-11 | update to latest stable upstream | Waldemar Brodkorb | |
2014-02-05 | fix python2 compile in Darwin | Waldemar Brodkorb | |
2013-11-01 | fix macos x host compile | Waldemar Brodkorb | |
2013-10-30 | fix python cross-compile, when a python host binary is available | Waldemar Brodkorb | |
2013-10-29 | update python2 and use new host infrastructure | Waldemar Brodkorb | |
2011-10-15 | add package virtinst and dependencies | Waldemar Brodkorb | |
2011-10-06 | finetune python2 for pacemaker usage | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-11 | try to fix cross-compile on Darwin | Waldemar Brodkorb | |
2010-11-04 | add zlib dependency, fix binascii module build | Waldemar Brodkorb | |
2010-09-25 | fix packaging bug, reported by joerg | Waldemar 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. |