Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH][jethro] glibc-locale: fix QA warning
@ 2016-01-31 19:55 Armin Kuster
  2016-02-07 22:43 ` Stable branch rules [Was: Re: [PATCH][jethro] glibc-locale: fix QA warning] Richard Purdie
  2016-04-01 12:03 ` [PATCH][jethro] glibc-locale: fix QA warning Martin Jansa
  0 siblings, 2 replies; 9+ messages in thread
From: Armin Kuster @ 2016-01-31 19:55 UTC (permalink / raw)
  To: openembedded-core, liezhi.yang; +Cc: Armin Kuster

From: Armin Kuster <akuster@mvista.com>

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 <akuster@mvista.com>
---
 meta/recipes-core/glibc/glibc-locale.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc
index df6d073..2352bd0 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}
 }
 
-- 
2.3.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-02 18:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 19:55 [PATCH][jethro] glibc-locale: fix QA warning Armin Kuster
2016-02-07 22:43 ` Stable branch rules [Was: Re: [PATCH][jethro] glibc-locale: fix QA warning] Richard Purdie
2016-02-08  4:23   ` [Openembedded-architecture] " Khem Raj
2016-02-08 15:22   ` Joshua G Lock
2016-02-09 14:50     ` Philip Balister
2016-02-09 15:40       ` Joshua G Lock
2016-04-01 12:03 ` [PATCH][jethro] glibc-locale: fix QA warning Martin Jansa
2016-04-01 13:14   ` Richard Purdie
     [not found]   ` <56FEA982.5040500@mvista.com>
2016-04-02 18:19     ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox