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:
Qi.Chen@windriver.com 2015-11-19 11:37:40 +08:00 committed by Martin Jansa
parent b12220887e
commit 17f59bcd44

View File

@ -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"