[meta-ti] [rocko/master][PATCH 2/3] sa-lld-test, multiprocmgr: suppress no GNU_HASH warnings
Denys Dmytriyenko
denys at ti.com
Fri Apr 20 12:29:31 PDT 2018
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/sa-lld/sa-lld-test_git.bb | 2 ++
recipes-ti/multiprocmgr/multiprocmgr_git.bb | 2 ++
2 files changed, 4 insertions(+)
diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb
index bae64b1..07d6467 100644
--- a/recipes-bsp/sa-lld/sa-lld-test_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb
@@ -37,3 +37,5 @@ do_install () {
make -f makefile_armv7 installbin PDK_INSTALL_PATH=${STAGING_INCDIR} DEVICE="$device" SA_SRC_DIR=${S} INSTALL_BIN_BASE_DIR=${D}${bindir}
done
}
+
+INSANE_SKIP_${PN} = "ldflags"
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index b37c332..053a04e 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -44,3 +44,5 @@ do_install() {
cp -a ${S}/lib/* ${D}${libdir}/
chown -R root:root ${D}${libdir}/
}
+
+INSANE_SKIP_${PN} = "ldflags"
--
2.7.4
More information about the meta-ti
mailing list