1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 10:21:52 +00:00

sa-lld-test, multiprocmgr: suppress no GNU_HASH warnings

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2018-04-21 01:29:31 +00:00
parent 10c4962da7
commit 38575009a3
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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"
@@ -44,3 +44,5 @@ do_install() {
cp -a ${S}/lib/* ${D}${libdir}/
chown -R root:root ${D}${libdir}/
}
INSANE_SKIP_${PN} = "ldflags"