diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-03 15:49:33 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-03 08:46:44 -0300 |
commit | 571ab24997d12bc6b5dc45ca1b8f7294bdbc624f (patch) | |
tree | 0ec81f608ea5d8cc43c1c2a68e98067904f4c356 /recipes-dpaa/eth-config | |
parent | 9cdeca7aa35c319695dbbfadf09023ad7cf22c39 (diff) | |
download | meta-freescale-571ab24997d12bc6b5dc45ca1b8f7294bdbc624f.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa/eth-config')
-rw-r--r-- | recipes-dpaa/eth-config/eth-config_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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}" | |||
14 | 14 | ||
15 | do_install() { | 15 | do_install() { |
16 | oe_runmake install | 16 | oe_runmake install |
17 | chown -R root:root ${D} | ||
17 | } | 18 | } |
18 | 19 | ||
19 | CLEANBROKEN = "1" | 20 | CLEANBROKEN = "1" |