mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
@@ -31,6 +31,7 @@ do_install() {
|
|||||||
done
|
done
|
||||||
install -d ${D}${libdir}/${QT_DIR_NAME}
|
install -d ${D}${libdir}/${QT_DIR_NAME}
|
||||||
mv ${D}${prefix}/plugins ${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 "
|
PACKAGES_prepend = "${PN}-examples ${PN}-features ${PN}-plugins "
|
||||||
|
|||||||
Reference in New Issue
Block a user