summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2025-04-17 03:29:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-20 10:11:16 +0100
commit02a31547683f8f6a1d81eccf12d2ff1752ad3da6 (patch)
treeeabe46948cb0cae5764ac3cf70be62a971b76825 /meta/recipes-connectivity
parent6d493d89af37a3c21430808291cc34cea7d7097d (diff)
downloadpoky-02a31547683f8f6a1d81eccf12d2ff1752ad3da6.tar.gz
connman: Set --runstatedir to ${runtimedir}
We have ${runtimedir} for /run, use it here. (From OE-Core rev: 0e505e1cc48132cfaab18120666abee34d185a6c) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/connman/connman_1.44.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.44.bb b/meta/recipes-connectivity/connman/connman_1.44.bb
index aa9da070de..33b1ca0680 100644
--- a/meta/recipes-connectivity/connman/connman_1.44.bb
+++ b/meta/recipes-connectivity/connman/connman_1.44.bb
@@ -37,7 +37,7 @@ EXTRA_OECONF += "\
37 --enable-ethernet \ 37 --enable-ethernet \
38 --enable-tools \ 38 --enable-tools \
39 --disable-polkit \ 39 --disable-polkit \
40 --runstatedir=/run \ 40 --runstatedir='${runtimedir}' \
41" 41"
42# For smooth operation it would be best to start only one wireless daemon at a time. 42# For smooth operation it would be best to start only one wireless daemon at a time.
43# If wpa-supplicant is running, connman will use it preferentially. 43# If wpa-supplicant is running, connman will use it preferentially.