[oe-commits] [meta-openembedded] 11/26: espeak: fix host-user-contaminated

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:42:12 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit e644f3c8e819c9fd7e5e5859253df3f7158899ce
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Thu Jan 14 16:19:07 2016 +0800

    espeak: fix host-user-contaminated
    
    Fix QA warning:
    WARNING: QA Issue: espeak: /espeak/usr/share/espeak-data/mbrola_ph/de6_phtrans is owned by uid 1000,
    which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/espeak/espeak_1.37.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/espeak/espeak_1.37.bb b/meta-oe/recipes-support/espeak/espeak_1.37.bb
index 86f2c7a..cf05d26 100644
--- a/meta-oe/recipes-support/espeak/espeak_1.37.bb
+++ b/meta-oe/recipes-support/espeak/espeak_1.37.bb
@@ -40,4 +40,5 @@ do_install() {
     fi
 
     cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data
+    chown -R root:root ${D}${datadir}/espeak-data
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list