diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-08-03 02:16:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-02 23:27:15 +0000 |
commit | 55ba1a6ce7595bf842253981fd9778c3ac30f502 (patch) | |
tree | 39acb2d0e6cfac87fb72d79fb4171c101a62582e /recipes-ti/ipc | |
parent | 883186b2cc0c4e6022790050ed87413b1ea2ba70 (diff) | |
download | meta-ti-55ba1a6ce7595bf842253981fd9778c3ac30f502.tar.gz |
recipes: suppress potential host contamination warnings due to ownership
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-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 | } |