From 571ab24997d12bc6b5dc45ca1b8f7294bdbc624f Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 3 Jun 2016 15:49:33 +0800 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 Signed-off-by: Otavio Salvador --- recipes-dpaa/eth-config/eth-config_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-dpaa') diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index 9e696750..9269499f 100644 --- a/recipes-dpaa/eth-config/eth-config_git.bb +++ b/recipes-dpaa/eth-config/eth-config_git.bb @@ -14,6 +14,7 @@ EXTRA_OEMAKE = "D=${D}" do_install() { oe_runmake install + chown -R root:root ${D} } CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf