mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
glibc-locale: fix QA warning
WARNING: QA Issue: glibc-locale: /glibc-binary-localedata-sd-in/usr/lib/locale/sd_IN/LC_CTYPE is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] fix type (From OE-Core rev: 9d5cd7a353ec257c88d54dd9af2327b0d86d5662) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9a88c1d255
commit
108ea6d05f
@@ -87,7 +87,7 @@ do_install () {
|
||||
if [ -e ${LOCALETREESRC}/${datadir}/locale ]; then
|
||||
cp -fpPR ${LOCALETREESRC}/${datadir}/locale ${D}${datadir}
|
||||
fi
|
||||
chown root.root -R ${D}
|
||||
chown root:root -R ${D}
|
||||
cp -fpPR ${LOCALETREESRC}/SUPPORTED ${WORKDIR}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user