mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
tipcutils: fix host-user-comtaminated QA issue
Fix the 'host-user-comtaminated' QA issue by using chown in do_install. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b12220887e
commit
17f59bcd44
@@ -34,6 +34,7 @@ do_install_append() {
|
|||||||
|
|
||||||
install -d ${D}${sysconfdir}
|
install -d ${D}${sysconfdir}
|
||||||
cp -a ${S}/scripts/etc/* ${D}${sysconfdir}/
|
cp -a ${S}/scripts/etc/* ${D}${sysconfdir}/
|
||||||
|
chown -R root:root ${D}${sysconfdir}
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES += "${PN}-demos"
|
PACKAGES += "${PN}-demos"
|
||||||
|
|||||||
Reference in New Issue
Block a user