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>
This commit is contained in:
Armin Kuster 2016-01-30 11:31:50 -08:00
parent 7434c03b3b
commit f53801a361

View File

@ -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 "