diff --git a/config/functions b/config/functions index 24816d21e7..b7bb809469 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 <