From f3a409211c78da7d6f3556f4a9f386b5d84edb0a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 30 Jan 2014 14:33:24 +0100 Subject: [PATCH] readline: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_* Signed-off-by: Stephan Raue --- packages/devel/readline/package.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/devel/readline/package.mk b/packages/devel/readline/package.mk index f4bcc52f2f..327b812d40 100644 --- a/packages/devel/readline/package.mk +++ b/packages/devel/readline/package.mk @@ -23,8 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="MIT" PKG_SITE="http://www.gnu.org/readline" PKG_URL="ftp://ftp.gnu.org/gnu/readline/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="ncurses" -PKG_BUILD_DEPENDS_TARGET="toolchain ncurses" +PKG_DEPENDS_TARGET="toolchain ncurses" PKG_PRIORITY="optional" PKG_SECTION="devel" PKG_SHORTDESC="readline: The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in."