[oe-commits] [meta-openembedded] 12/26: orrery: fix host-user-contaminated

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


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

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

    orrery: fix host-user-contaminated
    
    Fix QA warning:
    WARNING: QA Issue: orrery: /orrery/usr/share/orrery/deepSky/messier 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-navigation/orrery/orrery_2.7.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
index b3372b1..617afbc 100644
--- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
+++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
@@ -24,6 +24,7 @@ do_configure_prepend() {
 do_install_append() {
     install -d ${D}${datadir}/orrery
     cp -a ${S}/data/* ${D}${datadir}/orrery
+    chown -R root:root ${D}${datadir}/orrery
     install -d ${D}${datadir}/icons
     install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons
 }

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


More information about the Openembedded-commits mailing list