diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2015-11-19 11:37:40 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:44:42 +0100 |
commit | 17f59bcd444acf3a3ebf95fb9144a174c7273b0e (patch) | |
tree | 3ae0f07ca4a8cd900527e482eb5bebf7a4177bc2 /meta-oe | |
parent | b12220887e7eabab269666d7a929211eacefcdb7 (diff) | |
download | meta-openembedded-17f59bcd444acf3a3ebf95fb9144a174c7273b0e.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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/tipcutils/tipcutils_2.0.6.bb | 1 |
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 d171d7520..85035d9c8 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() { | |||
34 | 34 | ||
35 | install -d ${D}${sysconfdir} | 35 | install -d ${D}${sysconfdir} |
36 | cp -a ${S}/scripts/etc/* ${D}${sysconfdir}/ | 36 | cp -a ${S}/scripts/etc/* ${D}${sysconfdir}/ |
37 | chown -R root:root ${D}${sysconfdir} | ||
37 | } | 38 | } |
38 | 39 | ||
39 | PACKAGES += "${PN}-demos" | 40 | PACKAGES += "${PN}-demos" |