summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-05-26 21:28:14 -0500
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-01 10:10:48 +0800
commitaa83df3fdf65da41f33a0835b6cc5d45f4e4682b (patch)
treeb24a91a14f875f989ff3b3ddbc7aae182561488e
parent3bfd8544c2f4c0b0edf65dc37917403582de81bf (diff)
downloadmeta-fsl-ppc-aa83df3fdf65da41f33a0835b6cc5d45f4e4682b.tar.gz
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 <zhenhua.luo@nxp.com>
-rw-r--r--recipes-dpaa/eth-config/eth-config_git.bb2
1 files changed, 2 insertions, 0 deletions
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}"
14 14
15do_install() { 15do_install() {
16 oe_runmake install 16 oe_runmake install
17
18 chown -R root:root ${D}
17} 19}
18 20
19CLEANBROKEN = "1" 21CLEANBROKEN = "1"