aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-01-30 11:31:50 -0800
committerArmin Kuster <akuster808@gmail.com>2016-02-06 16:56:47 -0800
commitf53801a361ec1cb75c5df616db6dbd29007781e4 (patch)
tree888519b26504c849bee0f580bae162a5ff07bab4 /meta-oe
parent7434c03b3b1ce98a1a5ba603e1dd109b60a9c553 (diff)
downloadmeta-openembedded-f53801a361ec1cb75c5df616db6dbd29007781e4.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-qt/qwt/qwt.inc1
1 files changed, 1 insertions, 0 deletions
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 "