summaryrefslogtreecommitdiff
path: root/package/ltrace
AgeCommit message (Collapse)Author
2019-10-10ltrace: update to 0.7.3Waldemar Brodkorb
2016-10-06change git urls to http(s) for a better experience for people with a ↵Waldemar Brodkorb
corporate proxy, suggested by Alexey Brodkin
2016-09-27ltrace: update to latestWaldemar 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.
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-03-11ltrace needs libstdc++Waldemar Brodkorb
2015-02-25use git 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-25update and fix buildWaldemar Brodkorb
2014-04-30experimental midori supportWaldemar Brodkorb