aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/espeak
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2016-01-14 16:19:07 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-27 12:36:31 +0100
commite644f3c8e819c9fd7e5e5859253df3f7158899ce (patch)
tree54d04812aaf7dc473883a2fb4d84d0a54859f9ba /meta-oe/recipes-support/espeak
parent79d2df777bef0aa64e58723ce2a06169761e8c17 (diff)
downloadmeta-openembedded-contrib-e644f3c8e819c9fd7e5e5859253df3f7158899ce.tar.gz
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@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/espeak')
-rw-r--r--meta-oe/recipes-support/espeak/espeak_1.37.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/espeak/espeak_1.37.bb b/meta-oe/recipes-support/espeak/espeak_1.37.bb
index 86f2c7a761..cf05d2645b 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
}