mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
b12220887e
commit
17f59bcd44
@ -34,6 +34,7 @@ do_install_append() {
|
||||
|
||||
install -d ${D}${sysconfdir}
|
||||
cp -a ${S}/scripts/etc/* ${D}${sysconfdir}/
|
||||
chown -R root:root ${D}${sysconfdir}
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-demos"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user