]> code.ossystems Code Review - openembedded-core.git/commit
gcc: move cc1 binary file to package cpp.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 10 Mar 2017 10:10:25 +0000 (12:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Mar 2017 15:37:05 +0000 (15:37 +0000)
commit4bf84edeb6cf4ba82a21bc7ceb1da4f59d839064
treeb0a9785f5ab665e3967a09e14c6a8119b4083947
parent468f9c9899016c46635c9f39eef3483303a5be81
gcc: move cc1 binary file to package cpp.

The file /usr/libexec/gcc/.../cc1 has been installed in package gcc
instead of package cpp, because FILES statements for both packages match
the cc1 binary. Move the file to package cpp and add cpp to RDEPENDS_gcc
to fix the dependency.

Having the cc1 binary in cpp fixes errors such as: "cpp: error trying to
exec 'cc1': execvp: No such file or directory".

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-target.inc