diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-04-14 01:01:58 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-13 19:04:37 +0000 |
| commit | ccbe86288ffd7420dde9eea27bd08bc83a055abd (patch) | |
| tree | 02e847dca1de02478072f4ba92ad86004fab59ce | |
| parent | aa792eafe983de38883abc6fa8c85b98aa750660 (diff) | |
| download | meta-ti-ccbe86288ffd7420dde9eea27bd08bc83a055abd.tar.gz | |
aif2-lld: fix packaging issue due to libaif2.a
dwarfsrcfiles: .../work/armv7at2hf-neon-linux-gnueabi/aif2-lld/1_2020.2.20-r0.0/package/usr/lib/libaif2.a: not a valid ELF file
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/aif2-lld/aif2-lld_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/aif2-lld/aif2-lld_git.bb b/recipes-bsp/aif2-lld/aif2-lld_git.bb index 12b1d06d..4a640f1b 100644 --- a/recipes-bsp/aif2-lld/aif2-lld_git.bb +++ b/recipes-bsp/aif2-lld/aif2-lld_git.bb | |||
| @@ -16,3 +16,5 @@ do_install () { | |||
| 16 | oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} | 16 | oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir} |
| 17 | chown -R root:root ${D} | 17 | chown -R root:root ${D} |
| 18 | } | 18 | } |
| 19 | |||
| 20 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libaif2.a" | ||
