From: Armin Kuster Date: Sun, 31 Jan 2016 19:55:30 +0000 (-0800) Subject: glibc-locale: fix QA warning X-Git-Tag: 2016-4~1050 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d53a0d410ae2390528f1090a131cd3e16d7ebcc5;p=openembedded-core.git 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 Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc index ad1fc5cfd7..e868e38a97 100644 --- a/meta/recipes-core/glibc/glibc-locale.inc +++ b/meta/recipes-core/glibc/glibc-locale.inc @@ -86,7 +86,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} }