From 4dcd4b1f5addfa1295c644532e7e96d184979269 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Jan 2018 21:04:01 +0100 Subject: [PATCH] bird: remove incorrect build depends Build depends must refer to source rather than binary package names (readline and ncurses instead of libreadline and libncurses). As libreadline and libncurses are also runtime dependencies of the individual binary packages, build depends on the corresponding source packages are implied and the incorrect build depends can simply be removed. Signed-off-by: Matthias Schiffer --- bird/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bird/Makefile b/bird/Makefile index f691add..7a24d80 100644 --- a/bird/Makefile +++ b/bird/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2009-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -13,7 +13,6 @@ PKG_RELEASE:=1 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird PKG_MD5SUM:=39c51cf57c3ba8b5978b2a657ffa2f647ec7f3ae643e91cf42ee5cb070cf7e7c -PKG_BUILD_DEPENDS:=libncurses libreadline PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-2.0