summaryrefslogtreecommitdiff
path: root/package/coreutils
AgeCommit message (Collapse)Author
2018-01-02coreutils: update to 8.25Waldemar Brodkorb
2017-04-26coreutils: nothing in libexecWaldemar Brodkorb
2017-02-09rework base submenu, make it more clear what is already provided by busyboxWaldemar Brodkorb
2016-10-29coreutils: gmp not strictly requiredWaldemar Brodkorb
2015-12-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵Waldemar Brodkorb
coreutils on host
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-08-27pthread requiredWaldemar Brodkorb
2015-07-06update coreutils 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-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-24allow to hide packages, which are provided by busybox appletsWaldemar Brodkorb
2014-05-24remove PKG_NEED_CXXWaldemar Brodkorb
2014-05-06simplify at the momentWaldemar Brodkorb
2014-05-02create core package section, cleanup old installer stuffWaldemar Brodkorb
2014-04-28fix build when autopoint missing, report by joernWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-02-21fix uclibc compileWaldemar Brodkorb
2014-02-21update to latest stable version, fix uclibc compile, patch from ↵Waldemar Brodkorb
http://git.buildroot.net/buildroot/tree/package/coreutils/coreutils-01-spawn-uclibc.patch
2013-11-05convert to autotool infrastructureWaldemar Brodkorb
2013-09-04fix musl-compile issue with missing fseeko.cWaldemar Brodkorb
2012-10-01glibc 2.16 gets() updatesWaldemar Brodkorb
2012-03-12some minor changes and fixesWaldemar Brodkorb
2011-10-20add sha256sumWaldemar Brodkorb
2011-01-07disable rpathWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar 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-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-06-12add coreutils, just tsort at the momentWaldemar Brodkorb