summaryrefslogtreecommitdiff
path: root/package/python3/Makefile
AgeCommit message (Collapse)Author
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
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