package/util-linux: disable systemd for host build
authorJohn Keeping <john@metanate.com>
Wed, 19 Feb 2020 11:25:59 +0000 (11:25 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 26 Feb 2020 21:35:43 +0000 (22:35 +0100)
commit86441b9fd6c8472d2e6f0917cc308ea740ee7fd7
tree9ed25cf0cd63bf6e041e4dd97db697bc31f96321
parent538940be388842d5ed3bdddaa6a5e56b34257db1
package/util-linux: disable systemd for host build

When building host-util-linux, the systemdsystemunitdir is set to the
real host directory, so the install step fails with:

/usr/bin/install: cannot remove '/usr/lib/systemd/system/fstrim.service': Permission denied
/usr/bin/install: cannot remove '/usr/lib/systemd/system/fstrim.timer': Permission denied

Since we don't need systemd support in host-util-linux, unconditionally
disable it for the host build.

Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/util-linux/util-linux.mk