summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-08-03 02:16:20 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-03 16:51:20 +0000
commit6e91c44b04de0fe851e57b376160ae44ddcb4ca7 (patch)
tree923ca1bd5a6a97991d088fae84db620f5d70e97c /recipes-ti
parent1a0daf6ae716ea6d10f7aa64fb42ab5790058a00 (diff)
downloadmeta-ti-6e91c44b04de0fe851e57b376160ae44ddcb4ca7.tar.gz
recipes: suppress potential host contamination warnings due to ownership
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/ipc/ipc-transport-srio_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ipc-transport-srio_git.bb b/recipes-ti/ipc/ipc-transport-srio_git.bb
index f0586d8b..ca7f7b6c 100644
--- a/recipes-ti/ipc/ipc-transport-srio_git.bb
+++ b/recipes-ti/ipc/ipc-transport-srio_git.bb
@@ -13,4 +13,5 @@ do_compile () {
13do_install () { 13do_install () {
14 oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} \ 14 oe_runmake install INSTALL_INC_BASE_DIR=${D}${includedir} \
15 INSTALL_LIB_BASE_DIR=${D}${libdir} 15 INSTALL_LIB_BASE_DIR=${D}${libdir}
16 chown -R root:root ${D}
16} 17}