diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-13 13:05:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 22:38:35 +0100 |
commit | e80025efbfc8e8df01950045975d103b6d7f87b4 (patch) | |
tree | 62be385458414a0a598bd7d9d654bc2a5a489fd1 /meta/classes/pythonnative.bbclass | |
parent | 3bdc098028732a4b22b1e65e5566b4cbe105fd41 (diff) | |
download | openembedded-core-e80025efbfc8e8df01950045975d103b6d7f87b4.tar.gz openembedded-core-e80025efbfc8e8df01950045975d103b6d7f87b4.tar.bz2 openembedded-core-e80025efbfc8e8df01950045975d103b6d7f87b4.zip |
gcc-target: Don't install target gcc libdir files
Installing /usr/lib/gcc/* means we'd have two copies, one from gcc-cross
and one from here. These can confuse gcc cross where includes use #include_next
and builds track file dependencies (e.g. perl and its makedepends code).
For determinism we don't install this to the sysroot, ever and rely on the
copy from gcc-cross.
[YOCTO #7287]
(From OE-Core rev: 15b3324b769dc92e1b0d4b9da9fbfccbc8dde9dd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/pythonnative.bbclass')
0 files changed, 0 insertions, 0 deletions