mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7434c03b3b
commit
f53801a361
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user