package/pkg-meson.mk: fix cross-compilation.conf
authorGleb Mazovetskiy <glex.spb@gmail.com>
Wed, 11 Mar 2020 19:19:39 +0000 (19:19 +0000)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 11 Mar 2020 21:25:41 +0000 (22:25 +0100)
commit3fb784afb124ec689330177da5ee0e3e744f6237
tree1c5b67f85aef064ebfd41aaead149c6e0daeac91
parent57f3685bc19d94e50b2e63463bc4a71ec2e0503f
package/pkg-meson.mk: fix cross-compilation.conf

$$(STAGING_DIR) -> $(STAGING_DIR) in PKG_MESON_INSTALL_CROSS_CONF.

$$ resulted in `$(STAGING_DIR)` in the file instead of the expanded
value.

Note that this change only affects the etc config at:
host/etc/meson/cross-compilation.conf

Per-package cross-compilation.conf files are already correct.

Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/pkg-meson.mk