mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
orrery: fix host-user-contaminated
Fix QA warning: WARNING: QA Issue: orrery: /orrery/usr/share/orrery/deepSky/messier 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: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -24,6 +24,7 @@ do_configure_prepend() {
|
||||
do_install_append() {
|
||||
install -d ${D}${datadir}/orrery
|
||||
cp -a ${S}/data/* ${D}${datadir}/orrery
|
||||
chown -R root:root ${D}${datadir}/orrery
|
||||
install -d ${D}${datadir}/icons
|
||||
install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user