Re: [OE-core] [PATCH 7/8] ccache: update to 3.2.3

2015-09-01 Thread alexander . kanavin
>> >> 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) $(

Re: [OE-core] [PATCH 7/8] ccache: update to 3.2.3

2015-09-01 Thread alexander . kanavin
> > 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 $

Re: [OE-core] [PATCH 7/8] ccache: update to 3.2.3

2015-08-31 Thread Richard Purdie
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

[OE-core] [PATCH 7/8] ccache: update to 3.2.3

2015-08-28 Thread Alexander Kanavin
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