summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rm-lld
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-14 01:01:55 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-13 19:03:57 +0000
commit0d20ce168bd438842a80e253e2bc4db658bf400d (patch)
tree9d706db8186341fe5d9e793873cb44a23e0f1482 /recipes-bsp/rm-lld
parente3ff2cae6519dd800b985a8cd5c1de0fc0e7fdd3 (diff)
downloadmeta-ti-0d20ce168bd438842a80e253e2bc4db658bf400d.tar.gz
rm-lld: fix packaging issue due to librm.a
dwarfsrcfiles: .../work/armv7at2hf-neon-linux-gnueabi/rm-lld/1_2020.2.20-r0.0/package/usr/lib/librm.a: not a valid ELF file Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/rm-lld')
-rw-r--r--recipes-bsp/rm-lld/rm-lld_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld_git.bb b/recipes-bsp/rm-lld/rm-lld_git.bb
index ae79a34c..e2701d04 100644
--- a/recipes-bsp/rm-lld/rm-lld_git.bb
+++ b/recipes-bsp/rm-lld/rm-lld_git.bb
@@ -29,3 +29,5 @@ do_install () {
29 make -f makefile_armv7 install installbin installbin_test INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} INSTALL_BIN_BASE_DIR=${D}${bindir} 29 make -f makefile_armv7 install installbin installbin_test INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} INSTALL_BIN_BASE_DIR=${D}${bindir}
30 chown -R root:root ${D} 30 chown -R root:root ${D}
31} 31}
32
33INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/librm.a"