From: Armin Kuster Date: Sun, 31 Jan 2016 17:32:05 +0000 (-0800) Subject: glibc-locale: fix QA warning X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9d5cd7a353ec257c88d54dd9af2327b0d86d5662;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 --- diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc index df6d073436..2352bd0297 100644 --- a/meta/recipes-core/glibc/glibc-locale.inc +++ b/meta/recipes-core/glibc/glibc-locale.inc @@ -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} }