aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2015-11-19 11:37:40 +0800
committerArmin Kuster <akuster808@gmail.com>2015-12-20 14:33:33 -0800
commite1010b329af529d8e740e1844c8b7045c56b4925 (patch)
treeb160939cbce84f825e17bc2abd5cf42230c569d4
parent239f80a473292a2c50639d7c829dcaffdf6ac37c (diff)
downloadmeta-openembedded-contrib-e1010b329af529d8e740e1844c8b7045c56b4925.tar.gz
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb
index d171d7520f..85035d9c89 100644
--- a/meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb
+++ b/meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb
@@ -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"