Explorar o código

systemd: add missing host-gperf dependency

Fixes:

  http://autobuild.buildroot.org/results/910/91010b43e63b82e050046b8f10c2c42f31a8a620/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni %!s(int64=11) %!d(string=hai) anos
pai
achega
f07c6c483c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      package/systemd/systemd.mk

+ 2 - 1
package/systemd/systemd.mk

@@ -15,7 +15,8 @@ SYSTEMD_DEPENDENCIES = \
 	libcap \
 	dbus \
 	util-linux \
-	kmod
+	kmod \
+	host-gperf
 
 # Make sure that systemd will always be built after busybox so that we have
 # a consistent init setup between two builds