summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2023-09-15 01:41:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-20 08:57:26 +0100
commit084c70344fcd23c8f2f98dbe51a4a3374a6ee1d2 (patch)
tree0cb96d48da187f9cdfb5939583f04e85eba05312
parent90b51331adafa95317d9eaccd4e81dc90ddc22ef (diff)
downloadpoky-084c70344fcd23c8f2f98dbe51a4a3374a6ee1d2.tar.gz
libsoup: Only specify --cross-file when building for target
The soup.cross file is only created when building for target so only tell meson to read it when it exists. This allows libsoup-native to be built again. (From OE-Core rev: ae1893565bdd2597a08df6ac41db40641da66712) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libsoup/libsoup_3.4.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.4.2.bb b/meta/recipes-support/libsoup/libsoup_3.4.2.bb
index ad86c890a1..3996ae6836 100644
--- a/meta/recipes-support/libsoup/libsoup_3.4.2.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.4.2.bb
@@ -37,7 +37,7 @@ do_write_config:append:class-target() {
37ntlm_auth = '${bindir}/ntlm_auth' 37ntlm_auth = '${bindir}/ntlm_auth'
38EOF 38EOF
39} 39}
40EXTRA_OEMESON += "--cross-file ${WORKDIR}/soup.cross" 40EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/soup.cross"
41 41
42EXTRA_OEMESON += "-Dvapi=disabled -Dtls_check=false" 42EXTRA_OEMESON += "-Dvapi=disabled -Dtls_check=false"
43# Disable the test suites 43# Disable the test suites