From 98665bc312345679c954a4fa3d879eb0706422b4 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 11 Apr 2019 10:07:19 +0000 Subject: [PATCH] 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} }