aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorROGEZ Matthieu <matthieu.rogez@fivesgroup.com>2019-02-11 15:27:43 +0000
committerArmin Kuster <akuster808@gmail.com>2019-03-17 12:07:56 -0700
commitf539ac2c4008e2f106283aac05ceb7fb0f266ed6 (patch)
treea08ec42c56bb07d680ac8d0a215f3c3b1dc59950
parent3543cda06181ee16f8ab0301759e9560fe13f01d (diff)
downloadopenembedded-core-contrib-f539ac2c4008e2f106283aac05ceb7fb0f266ed6.tar.gz
systemd: Fix typo in root home variable.
This regression has been introduced while upgrading to version 237 (commit 906230a73b3ccfa4afd2a19a6b0aa18cd1d5fa08) and seems to only affect sumo version. Signed-off-by: Matthieu Rogez <matthieu.rogez@fivesgroup.com>
-rw-r--r--meta/recipes-core/systemd/systemd_237.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb
index a409b18297..36f00af6d2 100644
--- a/meta/recipes-core/systemd/systemd_237.bb
+++ b/meta/recipes-core/systemd/systemd_237.bb
@@ -179,7 +179,7 @@ EXTRA_OEMESON += "-Dlink-udev-shared=false"
EXTRA_OEMESON += "-Dnobody-user=nobody \
-Dnobody-group=nobody \
- -Droothomedir=${ROOTHOME} \
+ -Droothomedir=${ROOT_HOME} \
-Drootlibdir=${rootlibdir} \
-Drootprefix=${rootprefix} \
-Dsysvrcnd-path=${sysconfdir} \