From aa83df3fdf65da41f33a0835b6cc5d45f4e4682b Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Thu, 26 May 2016 21:28:14 -0500 Subject: eth-config: fix host contamination warnings Fix the following host contamination warnings: | eth-config: /eth-config/xxx is owned by uid 1000, which is the same as | the user running bitbake. This may be due to host contamination | [host-user-contaminated] Signed-off-by: Zhenhua Luo --- recipes-dpaa/eth-config/eth-config_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index 9e69675..52cc43e 100644 --- a/recipes-dpaa/eth-config/eth-config_git.bb +++ b/recipes-dpaa/eth-config/eth-config_git.bb @@ -14,6 +14,8 @@ EXTRA_OEMAKE = "D=${D}" do_install() { oe_runmake install + + chown -R root:root ${D} } CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf