[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH][jethro] glibc-locale: fix QA warning
From:       akuster808 () gmail ! com (Armin Kuster)
Date:       2016-01-31 19:55:30
Message-ID: 1454270130-11287-1-git-send-email-akuster808 () gmail ! com
[Download RAW message or body]

From: Armin Kuster <akuster at 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 at 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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic