summaryrefslogtreecommitdiffstats
path: root/rules/host-systemd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-04-29 08:28:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-26 07:24:59 +0200
commit93184a7e6f47301917b58447bc56519a4d8264c6 (patch)
tree03cdf0d1dd64efab90bab477523adbb0769a6ab6 /rules/host-systemd.make
parent644c43bd4bf3eabb01a4e09f26050f2f77d01bbc (diff)
downloadptxdist-93184a7e6f47301917b58447bc56519a4d8264c6.tar.gz
ptxdist-93184a7e6f47301917b58447bc56519a4d8264c6.tar.xz
systemd: version bump 219 -> 220
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-systemd.make')
-rw-r--r--rules/host-systemd.make8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/host-systemd.make b/rules/host-systemd.make
index 7eb8ea677..a48019e44 100644
--- a/rules/host-systemd.make
+++ b/rules/host-systemd.make
@@ -88,6 +88,7 @@ HOST_SYSTEMD_CONF_OPT := \
--disable-resolved \
--disable-networkd \
--disable-efi \
+ --disable-gnuefi \
--disable-terminal \
--disable-kdbus \
--disable-myhostname \
@@ -107,4 +108,11 @@ HOST_SYSTEMD_CONF_OPT := \
--with-rootprefix= \
--with-rootlibdir=/lib
+$(STATEDIR)/host-systemd.prepare:
+ @$(call targetinfo)
+ @$(call world/prepare, HOST_SYSTEMD)
+# # needed for broken v220 tarball
+ @$(call compile, HOST_SYSTEMD, clean-generic)
+ @$(call touch)
+
# vim: syntax=make