From bfb60dab3224607b3d51425a7f70cc4ccd3dbd1f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 11 Apr 2019 10:07:19 +0000 Subject: osal: fix host contamination warnings Signed-off-by: Denys Dmytriyenko --- recipes-bsp/osal/osal_git.bb | 1 + 1 file changed, 1 insertion(+) 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 () { do_install () { # Install the lib oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} + chown -R root:root ${D} } -- cgit v1.2.3-54-g00ecf