diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-04-21 03:43:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-24 16:00:34 -0400 |
commit | 10c4962da78d7bc53869854662d998d270df784c (patch) | |
tree | e2fa6a93b997e51fc3ccb2f37e632aa137050f00 /recipes-bsp/cppi-lld | |
parent | 4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (diff) | |
download | meta-ti-10c4962da78d7bc53869854662d998d270df784c.tar.gz |
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cppi-lld')
-rw-r--r-- | recipes-bsp/cppi-lld/cppi-lld_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld_git.bb b/recipes-bsp/cppi-lld/cppi-lld_git.bb index edbc35dd..6ac72cfa 100644 --- a/recipes-bsp/cppi-lld/cppi-lld_git.bb +++ b/recipes-bsp/cppi-lld/cppi-lld_git.bb | |||
@@ -16,7 +16,8 @@ do_compile () { | |||
16 | } | 16 | } |
17 | 17 | ||
18 | do_install () { | 18 | do_install () { |
19 | make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} | 19 | make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} |
20 | chown -R root:root ${D} | ||
20 | 21 | ||
21 | # Set the generic device library symbolic link to default k2h | 22 | # Set the generic device library symbolic link to default k2h |
22 | cd ${D}${libdir} | 23 | cd ${D}${libdir} |