summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dfe-lld
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 03:43:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-24 16:00:34 -0400
commit10c4962da78d7bc53869854662d998d270df784c (patch)
treee2fa6a93b997e51fc3ccb2f37e632aa137050f00 /recipes-bsp/dfe-lld
parent4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (diff)
downloadmeta-ti-10c4962da78d7bc53869854662d998d270df784c.tar.gz
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dfe-lld')
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/dfe-lld/dfe-lld_git.bb b/recipes-bsp/dfe-lld/dfe-lld_git.bb
index 3d335849..4456cc03 100644
--- a/recipes-bsp/dfe-lld/dfe-lld_git.bb
+++ b/recipes-bsp/dfe-lld/dfe-lld_git.bb
@@ -14,4 +14,5 @@ do_compile () {
14 14
15do_install () { 15do_install () {
16 oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} 16 oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
17 chown -R root:root ${D}
17} 18}