Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-27 | python3: remove readline support | Waldemar Brodkorb | |
2016-09-01 | python3: update to 3.4.5, remove patches | Waldemar Brodkorb | |
2015-11-15 | add new ADK Symbol PKG_NEEDS | Waldemar 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-22 | ssl: rework ssl support | Waldemar Brodkorb | |
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build. | |||
2015-06-24 | fix wrong value | Waldemar Brodkorb | |
2015-06-13 | update python3 to latest stable version | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar 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-21 | s/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-15 | cleanup HOST_STYLE, use SYSROOT feature for pkgconf | Waldemar 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-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-03-21 | update to latest upstream version | Waldemar Brodkorb | |
2014-01-07 | fix musl compile | Waldemar Brodkorb | |
2013-11-27 | try to fixup mesalib compile, it needs libxml2 python module | Waldemar Brodkorb | |
2013-11-03 | add missing zlib flavour stuff | 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 | |
2013-10-29 | avoid byte compiling on install, so bytecode must not be removed afterwards | Waldemar Brodkorb | |
2013-10-28 | update python3 to new host build style | Waldemar Brodkorb | |