diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-04-11 10:07:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-04-11 19:04:10 +0000 |
commit | bfb60dab3224607b3d51425a7f70cc4ccd3dbd1f (patch) | |
tree | 79342028c6c26419788fc6ec7b13327c8e748071 /recipes-bsp/osal | |
parent | 3e5525f750973a303ec8afa0d76a0d106c8d9d11 (diff) | |
download | meta-ti-bfb60dab3224607b3d51425a7f70cc4ccd3dbd1f.tar.gz |
osal: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/osal')
-rw-r--r-- | recipes-bsp/osal/osal_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/osal/osal_git.bb b/recipes-bsp/osal/osal_git.bb index bb30ab5a..8f589376 100644 --- a/recipes-bsp/osal/osal_git.bb +++ b/recipes-bsp/osal/osal_git.bb | |||
@@ -19,4 +19,5 @@ do_compile () { | |||
19 | do_install () { | 19 | do_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 | } |