summaryrefslogtreecommitdiff
path: root/package/python3
AgeCommit message (Collapse)Author
2017-12-25python3: update to 3.6.4Waldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-06-21Patch python3 to build cleanly on OSX as hostdir
2017-03-19python3: update to 3.6.0Waldemar Brodkorb
2016-11-12python3: update to 3.5.2Waldemar Brodkorb
2016-09-27python3: remove readline supportWaldemar Brodkorb
2016-09-01python3: update to 3.4.5, remove patchesWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-10-22ssl: rework ssl supportWaldemar Brodkorb
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build.
2015-06-24fix wrong valueWaldemar Brodkorb
2015-06-13update python3 to latest stable versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar Brodkorb
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-03-21update to latest upstream versionWaldemar Brodkorb
2014-01-07fix musl compileWaldemar Brodkorb
2013-11-27try to fixup mesalib compile, it needs libxml2 python moduleWaldemar Brodkorb
2013-11-03add missing zlib flavour stuffWaldemar 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-29avoid byte compiling on install, so bytecode must not be removed afterwardsWaldemar Brodkorb
2013-10-28update python3 to new host build styleWaldemar Brodkorb