diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-02-07 16:56:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-08 23:15:32 +0000 |
commit | 84b1f0dcf75d1dbb8de0eb006946d0cd40a07a36 (patch) | |
tree | 008b8a36a208d90fc8fda7496ef20f2805335a08 /meta/site/arc-common | |
parent | 6fe6b31ee8521e53797d0a4120d37342a59c9219 (diff) | |
download | poky-84b1f0dcf75d1dbb8de0eb006946d0cd40a07a36.tar.gz |
glibc-locale: Rewrite do_install using install utility instead of cp
This has been a constant source of trouble for build failures due to host-user-contaminated QA
errors of sort
ERROR: QA Issue: glibc-locale: /glibc-binary-localedata-ca-es+valencia/usr/lib/locale/ca_ES@valencia/LC_MONETARY is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
So far we have tried to mould cp command into not carrying the build
user permissions into install area but it is never entirely fixed since
the issue keeps popping up in various scenes
This patch replaces use of cp with install utility and specifies install
mode for files explcitly
(From OE-Core rev: 92fdb64ac9689b9cac8a1229b1928b50338969be)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/arc-common')
0 files changed, 0 insertions, 0 deletions