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/qmss-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/qmss-lld')
| -rw-r--r-- | recipes-bsp/qmss-lld/qmss-lld_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/qmss-lld/qmss-lld_git.bb b/recipes-bsp/qmss-lld/qmss-lld_git.bb index 813929ec..a3c1a3ba 100644 --- a/recipes-bsp/qmss-lld/qmss-lld_git.bb +++ b/recipes-bsp/qmss-lld/qmss-lld_git.bb | |||
| @@ -13,11 +13,11 @@ do_compile () { | |||
| 13 | do | 13 | do |
| 14 | make -f makefile_armv7 lib PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="${device}" | 14 | make -f makefile_armv7 lib PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="${device}" |
| 15 | done | 15 | done |
| 16 | |||
| 17 | } | 16 | } |
| 18 | 17 | ||
| 19 | do_install () { | 18 | do_install () { |
| 20 | 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} | ||
| 21 | 21 | ||
| 22 | # Set the generic device library symbolic link to default k2h | 22 | # Set the generic device library symbolic link to default k2h |
| 23 | cd ${D}${libdir} | 23 | cd ${D}${libdir} |
