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-bsp/cppi-lld/cppi-lld_git.bb | |
| 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-bsp/cppi-lld/cppi-lld_git.bb')
| -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} |
