From f53801a361ec1cb75c5df616db6dbd29007781e4 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 30 Jan 2016 11:31:50 -0800 Subject: 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 --- 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 60f73a6576..d3c4ed1ff5 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 " -- cgit 1.2.3-korg