summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_216.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd_216.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_216.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index ebf939574d..598d45e7de 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -32,6 +32,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol=
32 file://uclibc-get-physmem.patch \ 32 file://uclibc-get-physmem.patch \
33 file://0001-add-support-for-executing-scripts-under-etc-rcS.d.patch \ 33 file://0001-add-support-for-executing-scripts-under-etc-rcS.d.patch \
34 file://0001-missing.h-add-fake-__NR_memfd_create-for-MIPS.patch \ 34 file://0001-missing.h-add-fake-__NR_memfd_create-for-MIPS.patch \
35 file://0001-Make-root-s-home-directory-configurable.patch \
35 file://touchscreen.rules \ 36 file://touchscreen.rules \
36 file://00-create-volatile.conf \ 37 file://00-create-volatile.conf \
37 file://init \ 38 file://init \
@@ -74,6 +75,7 @@ rootlibexecdir = "${rootprefix}/lib"
74# The gtk+ tools should get built as a separate recipe e.g. systemd-tools 75# The gtk+ tools should get built as a separate recipe e.g. systemd-tools
75EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ 76EXTRA_OECONF = " --with-rootprefix=${rootprefix} \
76 --with-rootlibdir=${rootlibdir} \ 77 --with-rootlibdir=${rootlibdir} \
78 --with-roothomedir=${ROOT_HOME} \
77 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \ 79 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \
78 --disable-manpages \ 80 --disable-manpages \
79 --disable-coredump \ 81 --disable-coredump \
@@ -99,7 +101,6 @@ do_configure_prepend() {
99 else 101 else
100 cp -r ${S}/units ${S}/units.pre_sed 102 cp -r ${S}/units ${S}/units.pre_sed
101 fi 103 fi
102 sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service*
103 sed -i '/ln --relative --help/d' ${S}/configure.ac 104 sed -i '/ln --relative --help/d' ${S}/configure.ac
104 sed -i -e 's:\$(LN_S) --relative -f:lnr:g' ${S}/Makefile.am 105 sed -i -e 's:\$(LN_S) --relative -f:lnr:g' ${S}/Makefile.am
105 sed -i -e 's:\$(LN_S) --relative:lnr:g' ${S}/Makefile.am 106 sed -i -e 's:\$(LN_S) --relative:lnr:g' ${S}/Makefile.am