Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skalibs: bump version to 2.6.0.1 | Eric Le Bihan | 2017-10-25 | 1 | -9/+9 |
| | | | | | | | Bump version to 2.6.0.1 and refresh patches. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | skalibs: bump version to 2.5.1.1 | Eric Le Bihan | 2017-07-02 | 1 | -5/+5 |
| | | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | skalibs: make ld use dummy file when configuring | Eric Le Bihan | 2017-01-01 | 1 | -0/+44 |
For some architectures, like Xtensa or HPPA, ld from binutils requires the output file to be a regular file, as mentioned in a bug report on the mailing list [1]. So, use a dummy file as output file for ld, instead of /dev/null, when trying to detect some libraries at configuration time. Fixes http://autobuild.buildroot.net/results/288/288fc31cd10ffe3cd93371c7be37d79452a91768/ [1] https://sourceware.org/bugzilla/show_bug.cgi?id=19526 Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |