readline: needs host depend on ncurses to build

We must ensure that host ncurses is build before host readline.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
(cherry picked from commit ecef29b294)
This commit is contained in:
Jan Kardell 2020-03-20 14:32:23 +01:00 committed by Hauke Mehrtens
parent 45b586c4a6
commit 83381ce95d

View File

@ -25,6 +25,8 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
HOST_BUILD_DEPENDS:=ncurses/host
define Package/libreadline
SECTION:=libs
CATEGORY:=Libraries