From 15c11d0f7d4b546ec7c3b454cf0fb93b3a40cb4a Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 1 Feb 2019 18:52:43 +0000 Subject: [PATCH] config/functions: add cross-compile property support --- config/functions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/functions b/config/functions index 0d8d532e62..c7012473ee 100644 --- a/config/functions +++ b/config/functions @@ -332,7 +332,7 @@ setup_toolchain() { } create_meson_conf() { - local endian root + local endian root properties case "$1" in target|init) endian="little" root="$SYSROOT_PREFIX/usr" @@ -342,6 +342,8 @@ create_meson_conf() { ;; esac + properties="PKG_MESON_PROPERTIES_${1^^}" + cat > $2 <