summaryrefslogtreecommitdiffstats
path: root/package/systemd
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-02 16:14:21 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-02 16:14:21 +0100
commitf07c6c483c7d8f4718c82e91ff1c9d41a43f02e0 (patch)
tree176d7edf52ae298d12f768f2b56182e2a4cce9e0 /package/systemd
parentd191d40e3fd8cef7fbf3168fdc261de8d4b114fd (diff)
systemd: add missing host-gperf dependency
Fixes: http://autobuild.buildroot.org/results/910/91010b43e63b82e050046b8f10c2c42f31a8a620/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd')
-rw-r--r--package/systemd/systemd.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 36ef704c7..92bdbcc25 100644
--- a/package/systemd/systemd.mk
+++ b/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