Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-16 | bzip2: fix broken symlink | Waldemar Brodkorb | |
2020-04-02 | bzip2: update to 1.0.8 | Waldemar Brodkorb | |
2020-04-01 | bzip2: fixed download site | Joerg Seitter | |
Signed-off-by: Joerg Seitter <oss@seitter.net> | |||
2017-02-25 | kodi: needs liblzma/libbz2, we can not hide it with PKG_BB | Waldemar Brodkorb | |
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. | |||
2015-05-02 | bzip2 needs patch | Waldemar Brodkorb | |
2015-03-05 | fix install when static build is off | Waldemar Brodkorb | |
2015-03-02 | fix header and library install when static build | 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-30 | move to libs/comp, add new package lz4 | Waldemar Brodkorb | |
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-01 | fix static build | Waldemar Brodkorb | |
2014-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-24 | allow to hide packages, which are provided by busybox applets | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-03-31 | update bison, use static build for bzip2 | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-01-13 | fix cross-compile on Darwin (again) | Waldemar Brodkorb | |
2014-01-13 | enable xbmc for ibmx40+musl, add system specific dependency for ↵ | Waldemar Brodkorb | |
pkgmaker/depmaker, port eudev and rework systemd package (not ready) | |||
2014-01-11 | fix darwin build | Waldemar Brodkorb | |
2014-01-10 | add upower, polkit and dependencies | Waldemar Brodkorb | |
2013-10-23 | fix typo in variable names | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-08-22 | fix header name | Waldemar Brodkorb | |
2013-08-22 | install header file | Waldemar Brodkorb | |
2013-08-12 | add xmbc package for raspberry-pi target | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-01-22 | activate 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 | |||
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2009-12-29 | remove unused files | Waldemar Brodkorb | |
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-09-29 | fix some eglibc adk buildsystem problems | Waldemar Brodkorb | |
2009-08-24 | some work on lemote | Waldemar Brodkorb | |
- add new package bzip2 - make subpackage libblkid needed for swapon utility - enable hibernation on lemote |