bird: fix build dependencies
authorJo-Philipp Wich <jo@mein.io>
Tue, 16 Jan 2018 15:30:36 +0000 (16:30 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 16 Jan 2018 15:34:51 +0000 (16:34 +0100)
commitc5f18d5a2a83cb1109aa68ce52dfb05f4c307a4f
treec6c03f5f6b618315552802a0271a2b33bcd8b99c
parent1418fce12bd0286198937bba96e53e2d87fb6113
bird: fix build dependencies

The PKG_BUILD_DEPENDS variable must refer to source packages instead of
binary package names.

Fixes the following errors on current OpenWrt master:

Upon scripts/feeds install:

    WARNING: No feed for source package 'libncurses' found
    WARNING: No feed for source package 'libreadline' found

Upon metadata scanning and dependency resolution:

    WARNING: Makefile 'package/feeds/routing/bird/Makefile' has a build dependency on 'libncurses', which does not exist
    WARNING: Makefile 'package/feeds/routing/bird/Makefile' has a build dependency on 'libreadline', which does not exist

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
bird/Makefile