From ed3321d229a6e802052d2b802a721dbd9101e990 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 28 Apr 2015 21:11:07 +0100 Subject: systemd: bring back the patch to customise root's $HOME This patch appears to have been accidently dropped in the move to 219-stable, probably because it didn't apply. Update the patch and re-add it. (From OE-Core rev: 51aaa647b203d0f7ddd2f53f7191c4d2918b09b8) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../systemd/systemd/0010-Make-root-s-home-directory-configurable.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/systemd/systemd') diff --git a/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch b/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch index 41b903951e..b65fe423a5 100644 --- a/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch +++ b/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch @@ -26,10 +26,11 @@ diff --git a/Makefile.am b/Makefile.am index 0fb3f9f..4623963 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -199,6 +199,7 @@ AM_CPPFLAGS = \ +@@ -199,7 +199,8 @@ AM_CPPFLAGS = \ -DKEXEC=\"$(KEXEC)\" \ -DLIBDIR=\"$(libdir)\" \ -DROOTLIBDIR=\"$(rootlibdir)\" \ + -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \ + -DROOTHOMEDIR=\"$(roothomedir)\" \ -DTEST_DIR=\"$(abs_top_srcdir)/test\" \ -I $(top_srcdir)/src \ -- cgit v1.2.3-54-g00ecf