summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rm-lld/rm-lld_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/rm-lld/rm-lld_git.bb')
-rw-r--r--recipes-bsp/rm-lld/rm-lld_git.bb1
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}