diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-04-14 01:02:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-13 19:04:52 +0000 |
commit | 1233670c917735307da1d5ce249819f67e85ff28 (patch) | |
tree | 60487e77f757492f07d859c58d3e6cd166b7cada /recipes-ti/ipc | |
parent | 66e350150334133a7d9d7d405422a1d79f48a380 (diff) | |
download | meta-ti-1233670c917735307da1d5ce249819f67e85ff28.tar.gz |
ipc-transport-qmss: fix packaging issue due to libTransportQmss.a
dwarfsrcfiles: .../work/armv7at2hf-neon-linux-gnueabi/ipc-transport-qmss/02.00.00.02A-r0.1.0/package/usr/lib/libTransportQmss.a: not a valid ELF file
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ipc-transport-qmss_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss_git.bb b/recipes-ti/ipc/ipc-transport-qmss_git.bb index 4c9aaded..93136670 100644 --- a/recipes-ti/ipc/ipc-transport-qmss_git.bb +++ b/recipes-ti/ipc/ipc-transport-qmss_git.bb | |||
@@ -15,3 +15,5 @@ do_install () { | |||
15 | INSTALL_LIB_BASE_DIR=${D}${libdir} | 15 | INSTALL_LIB_BASE_DIR=${D}${libdir} |
16 | chown -R root:root ${D} | 16 | chown -R root:root ${D} |
17 | } | 17 | } |
18 | |||
19 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libTransportQmss.a" | ||