]> code.ossystems Code Review - openembedded-core.git/commit
ccache: fix file name too long
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 17 Sep 2015 07:53:06 +0000 (00:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:20:03 +0000 (15:20 +0100)
commit9bfec97d5051992d2be3cbeecf800efc87a415f3
tree1067d5dc8724d517183a6aae4d696735b12a6470
parenteffc519e5cdc43d6c9411d13ab236c67c74f0ef5
ccache: fix file name too long

The all_cppflags change paths to filename which cause file name too long
error when the path is longer than NAME_MAX (usually 255). Strip srcdir
to fix the problem.

[YOCTO #8313]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/ccache/ccache_3.2.3.bb
meta/recipes-devtools/ccache/files/0002-dev.mk.in-fix-file-name-too-long.patch [new file with mode: 0644]