From: Armin Kuster Date: Sun, 31 Jan 2016 19:55:30 +0000 (-0800) Subject: glibc-locale: fix QA warning X-Git-Tag: yocto-4.0~22704 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d53a0d410ae2390528f1090a131cd3e16d7ebcc5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 ad1fc5cfd74..e868e38a979 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} }