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/hyplnk-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/hyplnk-lld')
-rw-r--r-- | recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb b/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb index 8ef3c823..08124d7c 100644 --- a/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb +++ b/recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb | |||
@@ -18,6 +18,7 @@ do_install () { | |||
18 | make -f makefile_armv7 install PDK_INSTALL_PATH="${STAGING_INCDIR}" \ | 18 | make -f makefile_armv7 install PDK_INSTALL_PATH="${STAGING_INCDIR}" \ |
19 | INSTALL_INC_BASE_DIR="${D}/${includedir}" \ | 19 | INSTALL_INC_BASE_DIR="${D}/${includedir}" \ |
20 | INSTALL_LIB_BASE_DIR="${D}${libdir}" HYPLNK_SRC_DIR="${S}" | 20 | INSTALL_LIB_BASE_DIR="${D}${libdir}" HYPLNK_SRC_DIR="${S}" |
21 | chown -R root:root ${D} | ||
21 | 22 | ||
22 | # Set the generic device library symbolic link to default k2h | 23 | # Set the generic device library symbolic link to default k2h |
23 | cd ${D}${libdir} | 24 | cd ${D}${libdir} |