package/pkg-generic.mk: perform .la files fixup in per-package HOST_DIR
authorHerve Codina <herve.codina@bootlin.com>
Tue, 6 Jul 2021 14:24:46 +0000 (16:24 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 6 Jul 2021 20:53:19 +0000 (22:53 +0200)
commit31af8797d530706926694f58abbde9ac9bfb98d7
treecd69d82e66e28f0690eb27b1caa8966acafa531a
parentd8898380984ff93c6064d971ba9282a5d1c0e81f
package/pkg-generic.mk: perform .la files fixup in per-package HOST_DIR

fixup-libtool-files was called on per-package STAGING_DIR.
Some host-xxxx packages have their .la files with directories
pointing outside their own per-package directory.

This commit, calling fixup-libtool-files on HOST_DIR, fixes this
issue.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/pkg-generic.mk