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

traceframework: fix packaging issue due to libtraceframework.a

dwarfsrcfiles: .../work/k2hk_evm-linux-gnueabi/traceframework/01.01.01.09A-r0.0/package/usr/lib/libtraceframework.a: not a valid ELF file

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-04-14 01:01:57 +00:00
parent 244ead2eb0
commit aa792eafe9
@@ -36,3 +36,5 @@ PACKAGES =+ "${PN}-test"
FILES_${PN}-test = "${bindir}/tfw*.out \
${bindir}/*.txt"
INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libtraceframework.a"