summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-04-28 21:11:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-03 11:43:51 +0100
commited3321d229a6e802052d2b802a721dbd9101e990 (patch)
tree6789cfd38e56f553611a317d33b6853ec9582ce3 /meta/recipes-core/systemd/systemd
parent39bd94a290365468b98d4bd811a85871ae1f4b08 (diff)
downloadpoky-ed3321d229a6e802052d2b802a721dbd9101e990.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch3
1 files changed, 2 insertions, 1 deletions
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
26index 0fb3f9f..4623963 100644 26index 0fb3f9f..4623963 100644
27--- a/Makefile.am 27--- a/Makefile.am
28+++ b/Makefile.am 28+++ b/Makefile.am
29@@ -199,6 +199,7 @@ AM_CPPFLAGS = \ 29@@ -199,7 +199,8 @@ AM_CPPFLAGS = \
30 -DKEXEC=\"$(KEXEC)\" \ 30 -DKEXEC=\"$(KEXEC)\" \
31 -DLIBDIR=\"$(libdir)\" \ 31 -DLIBDIR=\"$(libdir)\" \
32 -DROOTLIBDIR=\"$(rootlibdir)\" \ 32 -DROOTLIBDIR=\"$(rootlibdir)\" \
33 -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
33+ -DROOTHOMEDIR=\"$(roothomedir)\" \ 34+ -DROOTHOMEDIR=\"$(roothomedir)\" \
34 -DTEST_DIR=\"$(abs_top_srcdir)/test\" \ 35 -DTEST_DIR=\"$(abs_top_srcdir)/test\" \
35 -I $(top_srcdir)/src \ 36 -I $(top_srcdir)/src \