Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 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

-- 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to