diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-04-21 03:43:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-24 16:00:34 -0400 |
commit | 10c4962da78d7bc53869854662d998d270df784c (patch) | |
tree | e2fa6a93b997e51fc3ccb2f37e632aa137050f00 /recipes-bsp/pktlib | |
parent | 4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (diff) | |
download | meta-ti-10c4962da78d7bc53869854662d998d270df784c.tar.gz |
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pktlib')
-rw-r--r-- | recipes-bsp/pktlib/pktlib_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/pktlib/pktlib_git.bb b/recipes-bsp/pktlib/pktlib_git.bb index dd66bd93..b15b61b2 100644 --- a/recipes-bsp/pktlib/pktlib_git.bb +++ b/recipes-bsp/pktlib/pktlib_git.bb | |||
@@ -15,4 +15,5 @@ do_compile () { | |||
15 | 15 | ||
16 | do_install () { | 16 | do_install () { |
17 | oe_runmake install | 17 | oe_runmake install |
18 | chown -R root:root ${D} | ||
18 | } | 19 | } |