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-bsp/aif2-lld | |
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-bsp/aif2-lld')
-rw-r--r-- | recipes-bsp/aif2-lld/aif2-lld_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld_git.bb b/recipes-bsp/aif2-lld/aif2-lld_git.bb index f310b17b..12b1d06d 100644 --- a/recipes-bsp/aif2-lld/aif2-lld_git.bb +++ b/recipes-bsp/aif2-lld/aif2-lld_git.bb | |||
@@ -14,4 +14,5 @@ do_compile () { | |||
14 | 14 | ||
15 | do_install () { | 15 | do_install () { |
16 | oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} | 16 | oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} |
17 | chown -R root:root ${D} | ||
17 | } | 18 | } |