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/rm-lld | |
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/rm-lld')
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld_git.bb b/recipes-bsp/rm-lld/rm-lld_git.bb index 659e6205..ae79a34c 100644 --- a/recipes-bsp/rm-lld/rm-lld_git.bb +++ b/recipes-bsp/rm-lld/rm-lld_git.bb | |||
@@ -27,4 +27,5 @@ do_install () { | |||
27 | install -d ${D}${libdir} | 27 | install -d ${D}${libdir} |
28 | install -d ${D}${bindir} | 28 | install -d ${D}${bindir} |
29 | make -f makefile_armv7 install installbin installbin_test INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} INSTALL_BIN_BASE_DIR=${D}${bindir} | 29 | make -f makefile_armv7 install installbin installbin_test INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} INSTALL_BIN_BASE_DIR=${D}${bindir} |
30 | chown -R root:root ${D} | ||
30 | } | 31 | } |