diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-04-21 03:43:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-20 18:13:52 -0400 |
| commit | 06e58bcff3bb5df2519315fac64d60cdcf4ccae7 (patch) | |
| tree | c4bf923269b3801c4e95045c24dc4139c66446a4 /recipes-ti/ipc | |
| parent | 0eb32bd451b52c8b87943597051281f252b54dc4 (diff) | |
| download | meta-ti-06e58bcff3bb5df2519315fac64d60cdcf4ccae7.tar.gz | |
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
| -rw-r--r-- | recipes-ti/ipc/ipc-transport-qmss_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss_git.bb b/recipes-ti/ipc/ipc-transport-qmss_git.bb index 09acbf0b..4c9aaded 100644 --- a/recipes-ti/ipc/ipc-transport-qmss_git.bb +++ b/recipes-ti/ipc/ipc-transport-qmss_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 | } |
