summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 01:29:31 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-24 16:00:37 -0400
commit38575009a39bf35a2439d82a91bc7aa4b56947f8 (patch)
tree4c5e512815c987099efd0eb9a48d96ac6b1bc4fb /recipes-ti/multiprocmgr
parent10c4962da78d7bc53869854662d998d270df784c (diff)
downloadmeta-ti-38575009a39bf35a2439d82a91bc7aa4b56947f8.tar.gz
sa-lld-test, multiprocmgr: suppress no GNU_HASH warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/multiprocmgr')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index b37c3321..053a04e5 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -44,3 +44,5 @@ do_install() {
44 cp -a ${S}/lib/* ${D}${libdir}/ 44 cp -a ${S}/lib/* ${D}${libdir}/
45 chown -R root:root ${D}${libdir}/ 45 chown -R root:root ${D}${libdir}/
46} 46}
47
48INSANE_SKIP_${PN} = "ldflags"