diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-08-03 02:16:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-03 16:51:20 +0000 |
commit | 6e91c44b04de0fe851e57b376160ae44ddcb4ca7 (patch) | |
tree | 923ca1bd5a6a97991d088fae84db620f5d70e97c /recipes-ti | |
parent | 1a0daf6ae716ea6d10f7aa64fb42ab5790058a00 (diff) | |
download | meta-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.bb | 1 |
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 () { | |||
13 | do_install () { | 13 | do_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 | } |