diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-24 05:08:59 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-24 16:15:56 +0100 |
commit | 87827beff7f26fd3cee64a4952d973e207332469 (patch) | |
tree | b86ec2fbb14903f85e12e184242558367d05aa75 /package/iproute2 | |
parent | dce7be4d7652506790464d71b05d2404bab2f705 (diff) | |
download | buildroot-novena-87827beff7f26fd3cee64a4952d973e207332469.tar.gz buildroot-novena-87827beff7f26fd3cee64a4952d973e207332469.zip |
iproute2: add missing host-flex dependency
Fixes
http://autobuild.buildroot.org/results/0931e622a0e80fc7321f0e26c96ae4607eaadd00/build-end.log.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iproute2')
-rw-r--r-- | package/iproute2/iproute2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 98a7da078..a83133b31 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -10,7 +10,7 @@ IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct IPROUTE2_LICENSE = GPLv2 IPROUTE2_LICENSE_FILES = COPYING -IPROUTE2_DEPENDENCIES += host-bison +IPROUTE2_DEPENDENCIES += host-bison host-flex # If both iproute2 and busybox are selected, make certain we win # the fight over who gets to have their utils actually installed. |