From a385e78851d172468428c2c8287c5cd20777beba Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Sun, 13 Nov 2016 12:37:43 +0100 Subject: [PATCH] dependency-tree: fix missing - add missing dependencies - remove one duplication --- packages/devel/crossguid/package.mk | 2 +- packages/devel/libtool/package.mk | 2 +- packages/graphics/glu/package.mk | 2 +- packages/lang/yasm/package.mk | 2 +- packages/network/rpcbind/package.mk | 2 +- packages/x11/lib/libX11/package.mk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/devel/crossguid/package.mk b/packages/devel/crossguid/package.mk index 07b9b1df1c..04e864c57f 100644 --- a/packages/devel/crossguid/package.mk +++ b/packages/devel/crossguid/package.mk @@ -22,7 +22,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="https://github.com/graeme-hill/crossguid" PKG_URL="https://github.com/graeme-hill/crossguid/archive/$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain" +PKG_DEPENDS_TARGET="toolchain util-linux" PKG_SECTION="devel" PKG_SHORTDESC="minimal, cross platform, C++ GUID library" PKG_LONGDESC="minimal, cross platform, C++ GUID library" diff --git a/packages/devel/libtool/package.mk b/packages/devel/libtool/package.mk index 27a49dc802..df96d018f0 100644 --- a/packages/devel/libtool/package.mk +++ b/packages/devel/libtool/package.mk @@ -22,7 +22,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.gnu.org/software/libtool/" PKG_URL="http://ftpmirror.gnu.org/libtool/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_HOST="ccache:host autoconf:host" +PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host" PKG_DEPENDS_TARGET="toolchain" PKG_SECTION="devel" PKG_SHORTDESC="libtool: Generic library support script" diff --git a/packages/graphics/glu/package.mk b/packages/graphics/glu/package.mk index 77c5c85fa4..eb712f6810 100644 --- a/packages/graphics/glu/package.mk +++ b/packages/graphics/glu/package.mk @@ -22,7 +22,7 @@ PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://cgit.freedesktop.org/mesa/glu/" PKG_URL="http://cgit.freedesktop.org/mesa/glu/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain" +PKG_DEPENDS_TARGET="toolchain mesa" PKG_SECTION="graphics" PKG_SHORTDESC="glu: The OpenGL utility library" PKG_LONGDESC="libglu is the The OpenGL utility library" diff --git a/packages/lang/yasm/package.mk b/packages/lang/yasm/package.mk index 2ccc9bd67c..c708560456 100644 --- a/packages/lang/yasm/package.mk +++ b/packages/lang/yasm/package.mk @@ -22,7 +22,7 @@ PKG_ARCH="any" PKG_LICENSE="BSD" PKG_SITE="http://www.tortall.net/projects/yasm/" PKG_URL="http://www.tortall.net/projects/yasm/releases/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_HOST="" +PKG_DEPENDS_HOST="ccache:host" PKG_SECTION="toolchain/lang" PKG_SHORTDESC="yasm: A complete rewrite of the NASM assembler" PKG_LONGDESC="Yasm is a complete rewrite of the NASM assembler under the new BSD License (some portions are under other licenses, see COPYING for details). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats and even multiple instruction sets. Another primary module of the overall design is an optimizer module." diff --git a/packages/network/rpcbind/package.mk b/packages/network/rpcbind/package.mk index 2569049e23..c74342ebce 100644 --- a/packages/network/rpcbind/package.mk +++ b/packages/network/rpcbind/package.mk @@ -22,7 +22,7 @@ PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://rpcbind.sourceforge.net/" PKG_URL="$SOURCEFORGE_SRC/rpcbind/rpcbind/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain libtirpc" +PKG_DEPENDS_TARGET="toolchain libtirpc systemd" PKG_SECTION="network" PKG_SHORTDESC="rpcbind: a server that converts RPC program numbers into universal addresses." PKG_LONGDESC="The rpcbind utility is a server that converts RPC program numbers into universal addresses." diff --git a/packages/x11/lib/libX11/package.mk b/packages/x11/lib/libX11/package.mk index e4e6b6e99f..6a1a78e9f8 100644 --- a/packages/x11/lib/libX11/package.mk +++ b/packages/x11/lib/libX11/package.mk @@ -22,7 +22,7 @@ PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://www.x.org/" PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain xproto:host xproto util-macros xextproto xcmiscproto bigreqsproto kbproto inputproto xtrans libXau libxcb util-macros" +PKG_DEPENDS_TARGET="toolchain xproto:host xproto util-macros xextproto xcmiscproto bigreqsproto kbproto inputproto xtrans libXau libxcb" PKG_SECTION="x11/lib" PKG_SHORTDESC="libx11: The X11 library" PKG_LONGDESC="LibX11 is the main X11 library containing all the client-side code to access the X11 windowing system."