summaryrefslogtreecommitdiff
path: root/package/ltp
AgeCommit message (Collapse)Author
2020-09-09ltp: update to 20200515Waldemar Brodkorb
2019-10-29ltp: update to latestWaldemar Brodkorb
2018-05-15ltp: update to 20180515Waldemar Brodkorb
2017-11-12ltp: add HOST_PATH to pre-configureWaldemar Brodkorb
2017-10-05ltp: update to 20170929Waldemar 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-05-19ltp: update to 20170516Waldemar Brodkorb
2017-02-25ltp: update to 20170116Waldemar Brodkorb
2016-10-09ltp: update to 20160920Waldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-05-10ltp: update to 20160510Waldemar Brodkorb
2016-02-01ltp: update hashWaldemar Brodkorb
2016-01-30ltp: update to latest releaseWaldemar Brodkorb
2015-12-06ltp: use latest git version, move to new sectionWaldemar 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-09-05update to latest upstream versionWaldemar Brodkorb
2015-06-28disable lto for ltpWaldemar Brodkorb
2015-06-04update ltp 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-09-04fix from upstream projectWaldemar Brodkorb
2014-09-01update ltp to latest stable upstreamWaldemar Brodkorb
2014-07-22disable security testcases, require libcap with xattr supportWaldemar Brodkorb
2014-07-11add bin/daemon users for ltp, finetune ltpWaldemar Brodkorb
2014-07-09disable some tests, now at least runltp finish.Waldemar Brodkorb
2014-06-27add ltp package, add more uClibc options to have a wider test rangeWaldemar Brodkorb
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-17Initial importwbx