summaryrefslogtreecommitdiff
path: root/package/libc-test
AgeCommit message (Collapse)Author
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.
2016-09-24libc-test: depend on musl for nowWaldemar Brodkorb
2016-04-04libc-test: use latest versionWaldemar Brodkorb
2016-02-29add new PKG_GIT variableWaldemar Brodkorb
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
2016-02-21libc-test: upate to latest git versionWaldemar Brodkorb
2015-12-06move packages to new section testsuiteWaldemar Brodkorb
2015-06-18update libc-test to latestWaldemar Brodkorb
2015-05-31update to use latest gitWaldemar 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-08-01add libc-test packageWaldemar Brodkorb