summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mmap-lld/mmap-lld_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/mmap-lld/mmap-lld_git.bb')
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld_git.bb b/recipes-bsp/mmap-lld/mmap-lld_git.bb
index 1cfc90fb..cfc5d4c9 100644
--- a/recipes-bsp/mmap-lld/mmap-lld_git.bb
+++ b/recipes-bsp/mmap-lld/mmap-lld_git.bb
@@ -11,4 +11,5 @@ do_compile () {
11 11
12do_install () { 12do_install () {
13 make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} 13 make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
14 chown -R root:root ${D}
14} 15}