[OE-core] [PATCH][jethro] glibc-locale: fix QA warning

Martin Jansa martin.jansa at gmail.com
Fri Apr 1 12:03:04 UTC 2016


On Sun, Jan 31, 2016 at 11:55:30AM -0800, Armin Kuster wrote:
> 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]

FWIW: my last bitbke world build shows few of these:
glibc-locale-2.23: glibc-locale: /glibc-binary-localedata-ka-ge/usr/lib/locale/ka_GE/LC_MEASUREMENT is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
glibc-locale-2.23: glibc-locale: /glibc-binary-localedata-mr-in/usr/lib/locale/mr_IN/LC_MEASUREMENT is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
glibc-locale-2.23: glibc-locale: /glibc-binary-localedata-ru-ua/usr/lib/locale/ru_UA/LC_MEASUREMENT is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]

Even with your change already in master.

> 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
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160401/f532822d/attachment-0002.sig>


More information about the Openembedded-core mailing list