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