diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-04-14 04:33:27 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-13 22:36:57 +0000 |
| commit | c6aaeb386ef2dd611acf251d82cea9daba68ade8 (patch) | |
| tree | 797449878dbcc5bd6dff900842ae44076066d3cc /recipes-bsp/dfe-lld | |
| parent | bbf63dede4e1458d6f3b7b11a08c104b65e8f263 (diff) | |
| download | meta-ti-c6aaeb386ef2dd611acf251d82cea9daba68ade8.tar.gz | |
dfe-lld: fix packaging issue due to libdfe.a
dwarfsrcfiles: .../work/armv7at2hf-neon-linux-gnueabi/dfe-lld/1_2020.2.20-r0.0/package/usr/lib/libdfe.a: not a valid ELF file
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dfe-lld')
| -rw-r--r-- | recipes-bsp/dfe-lld/dfe-lld_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/dfe-lld/dfe-lld_git.bb b/recipes-bsp/dfe-lld/dfe-lld_git.bb index 4456cc03..622da6fc 100644 --- a/recipes-bsp/dfe-lld/dfe-lld_git.bb +++ b/recipes-bsp/dfe-lld/dfe-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}/libdfe.a" | ||
