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-ti/multiprocmgr/multiprocmgr_git.bb | |
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-ti/multiprocmgr/multiprocmgr_git.bb')
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb index 1ec2241a..b37c3321 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb | |||
@@ -42,4 +42,5 @@ do_install() { | |||
42 | 42 | ||
43 | install -d ${D}${libdir}/ | 43 | install -d ${D}${libdir}/ |
44 | cp -a ${S}/lib/* ${D}${libdir}/ | 44 | cp -a ${S}/lib/* ${D}${libdir}/ |
45 | chown -R root:root ${D}${libdir}/ | ||
45 | } | 46 | } |