summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pruss-lld/pruss-lld_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-04-11 10:07:20 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-04-11 19:04:10 +0000
commitc8b94b35566ae1520ab48dd9b9bcf609066ed532 (patch)
tree365ece46e9328c0839066da83e0c2728550dac69 /recipes-bsp/pruss-lld/pruss-lld_git.bb
parentbfb60dab3224607b3d51425a7f70cc4ccd3dbd1f (diff)
downloadmeta-ti-c8b94b35566ae1520ab48dd9b9bcf609066ed532.tar.gz
pruss-lld: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pruss-lld/pruss-lld_git.bb')
-rw-r--r--recipes-bsp/pruss-lld/pruss-lld_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/pruss-lld/pruss-lld_git.bb b/recipes-bsp/pruss-lld/pruss-lld_git.bb
index 79468aba..5b0a2576 100644
--- a/recipes-bsp/pruss-lld/pruss-lld_git.bb
+++ b/recipes-bsp/pruss-lld/pruss-lld_git.bb
@@ -19,4 +19,5 @@ do_compile () {
19do_install () { 19do_install () {
20# Install the lib 20# Install the lib
21 oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} 21 oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
22 chown -R root:root ${D}
22} 23}