summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mmap-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-20 18:13:52 -0400
commit06e58bcff3bb5df2519315fac64d60cdcf4ccae7 (patch)
treec4bf923269b3801c4e95045c24dc4139c66446a4 /recipes-bsp/mmap-lld
parent0eb32bd451b52c8b87943597051281f252b54dc4 (diff)
downloadmeta-ti-06e58bcff3bb5df2519315fac64d60cdcf4ccae7.tar.gz
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/mmap-lld')
-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}