From f539ac2c4008e2f106283aac05ceb7fb0f266ed6 Mon Sep 17 00:00:00 2001 From: ROGEZ Matthieu Date: Mon, 11 Feb 2019 15:27:43 +0000 Subject: 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 --- meta/recipes-core/systemd/systemd_237.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ -- cgit 1.2.3-korg