summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pa-lld
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 03:43:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-24 16:00:34 -0400
commit10c4962da78d7bc53869854662d998d270df784c (patch)
treee2fa6a93b997e51fc3ccb2f37e632aa137050f00 /recipes-bsp/pa-lld
parent4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (diff)
downloadmeta-ti-10c4962da78d7bc53869854662d998d270df784c.tar.gz
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pa-lld')
-rw-r--r--recipes-bsp/pa-lld/pa-lld_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/pa-lld/pa-lld_git.bb b/recipes-bsp/pa-lld/pa-lld_git.bb
index f6de5b15..f636ce4a 100644
--- a/recipes-bsp/pa-lld/pa-lld_git.bb
+++ b/recipes-bsp/pa-lld/pa-lld_git.bb
@@ -15,7 +15,8 @@ do_compile () {
15} 15}
16 16
17do_install () { 17do_install () {
18 make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} 18 make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
19 chown -R root:root ${D}
19 20
20# Set the generic device library symbolic link 21# Set the generic device library symbolic link
21 ln -sf ${LIBPA}.so.1.0.0 ${D}${libdir}/libpa_device.so.1 22 ln -sf ${LIBPA}.so.1.0.0 ${D}${libdir}/libpa_device.so.1