[oe-commits] [openembedded-core] 03/12: systemd: Fix typo in root home variable.

git at git.openembedded.org git at git.openembedded.org
Sun Mar 24 16:50:18 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 665b41d326654235d305649be4be69a1be8dc00b
Author: ROGEZ Matthieu <matthieu.rogez at fivesgroup.com>
AuthorDate: Mon Feb 11 15:27:43 2019 +0000

    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 at fivesgroup.com>
---
 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 a409b18..36f00af 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} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list