diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-01-14 16:19:07 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-27 12:36:31 +0100 |
commit | e644f3c8e819c9fd7e5e5859253df3f7158899ce (patch) | |
tree | 54d04812aaf7dc473883a2fb4d84d0a54859f9ba /meta-oe/recipes-support | |
parent | 79d2df777bef0aa64e58723ce2a06169761e8c17 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-support/espeak/espeak_1.37.bb | 1 |
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 86f2c7a76..cf05d2645 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() { | |||
40 | fi | 40 | fi |
41 | 41 | ||
42 | cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data | 42 | cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data |
43 | chown -R root:root ${D}${datadir}/espeak-data | ||
43 | } | 44 | } |