>>
>> I suspect this resulted in:
>>
>> https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/464/steps/BuildImages/logs/stdio
>>
>
> The issue is caused by this construct in ccache's Makefile:
>
> extra_libs = -lz
>
> ccache$(EXEEXT): $(ccache_objs) $(extra_libs)
> $(CC) $(
>
> I suspect this resulted in:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/464/steps/BuildImages/logs/stdio
>
The issue is caused by this construct in ccache's Makefile:
extra_libs = -lz
ccache$(EXEEXT): $(ccache_objs) $(extra_libs)
$(CC) $(all_cflags) -o $
On Fri, 2015-08-28 at 15:18 +0300, Alexander Kanavin wrote:
> The LICENSE checksum has changed because of updated copyright years.
>
> SRC_URI has been changed to git, because upstream tarball is broken
> (includes configure.ac but not .m4 files it depends on).
>
> Signed-off-by: Alexander Kanavi
The LICENSE checksum has changed because of updated copyright years.
SRC_URI has been changed to git, because upstream tarball is broken
(includes configure.ac but not .m4 files it depends on).
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/ccache/ccache.inc | 4 +++-
meta/rec