systemd: add missing host-gperf dependency
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 2 Mar 2014 15:14:21 +0000 (16:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 2 Mar 2014 15:14:21 +0000 (16:14 +0100)
Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/systemd/systemd.mk

index 36ef704c7bcee19ebdb87b9ac2b41b07b2f92d5f..92bdbcc25fac34a7136f6678c7e01f70c22b6c80 100644 (file)
@@ -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