From 439c7f856a1b48cec95e780302e5d2bd40053d15 Mon Sep 17 00:00:00 2001 From: stephan Date: Fri, 11 Nov 2011 13:45:21 +0100 Subject: [PATCH] autotools: rework dependencies Signed-off-by: stephan --- packages/toolchain/devel/autotools/autoconf-2.64/meta | 2 +- packages/toolchain/devel/autotools/autoconf/meta | 2 +- packages/toolchain/devel/autotools/libtool-host/meta | 2 +- packages/toolchain/devel/autotools/meta | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/toolchain/devel/autotools/autoconf-2.64/meta b/packages/toolchain/devel/autotools/autoconf-2.64/meta index b2a865c43d..a24a33c639 100644 --- a/packages/toolchain/devel/autotools/autoconf-2.64/meta +++ b/packages/toolchain/devel/autotools/autoconf-2.64/meta @@ -26,7 +26,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://sources.redhat.com/autoconf/" PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache m4 libtool-host" +PKG_BUILD_DEPENDS="ccache m4" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code" diff --git a/packages/toolchain/devel/autotools/autoconf/meta b/packages/toolchain/devel/autotools/autoconf/meta index 4e42810efa..87b2020f74 100644 --- a/packages/toolchain/devel/autotools/autoconf/meta +++ b/packages/toolchain/devel/autotools/autoconf/meta @@ -26,7 +26,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://sources.redhat.com/autoconf/" PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache m4 gettext libtool-host" +PKG_BUILD_DEPENDS="ccache m4 gettext" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code" diff --git a/packages/toolchain/devel/autotools/libtool-host/meta b/packages/toolchain/devel/autotools/libtool-host/meta index 36b315c854..a32fae2a24 100644 --- a/packages/toolchain/devel/autotools/libtool-host/meta +++ b/packages/toolchain/devel/autotools/libtool-host/meta @@ -26,7 +26,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.gnu.org/software/libtool/libtool.html" PKG_URL="" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache" +PKG_BUILD_DEPENDS="ccache autoconf" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="libtool: Generic library support script" diff --git a/packages/toolchain/devel/autotools/meta b/packages/toolchain/devel/autotools/meta index e5f92635f0..9fe676869b 100644 --- a/packages/toolchain/devel/autotools/meta +++ b/packages/toolchain/devel/autotools/meta @@ -26,7 +26,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" PKG_URL="" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache autoconf automake intltool autoconf-archive" +PKG_BUILD_DEPENDS="ccache autoconf automake libtool-host intltool autoconf-archive" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="autotools: Metapackage"