[oe-commits] [meta-openembedded] 10/27: qwt: Fix host-user-contaminated

git at git.openembedded.org git at git.openembedded.org
Mon Feb 8 13:12:44 UTC 2016


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

commit f53801a361ec1cb75c5df616db6dbd29007781e4
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Sat Jan 30 11:31:50 2016 -0800

    qwt: Fix host-user-contaminated
    
    WARNING: QA Issue: qwt: /qwt-examples/usr/bin/event_filter is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: QA Issue: qwt: /qwt-examples/usr/bin/cpuplot 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: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-qt/qwt/qwt.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-qt/qwt/qwt.inc b/meta-oe/recipes-qt/qwt/qwt.inc
index 60f73a6..d3c4ed1 100644
--- a/meta-oe/recipes-qt/qwt/qwt.inc
+++ b/meta-oe/recipes-qt/qwt/qwt.inc
@@ -31,6 +31,7 @@ do_install() {
     done
     install -d ${D}${libdir}/${QT_DIR_NAME}
     mv ${D}${prefix}/plugins ${D}${libdir}/${QT_DIR_NAME}
+    chown -R root:root ${D}${bindir}
 }
 
 PACKAGES_prepend = "${PN}-examples ${PN}-features ${PN}-plugins "

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


More information about the Openembedded-commits mailing list