From c98e0263d462c4132986506596f35ee8d19a98ff Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 30 Jan 2014 14:33:24 +0100 Subject: [PATCH] libpthread-stubs: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_* Signed-off-by: Stephan Raue --- packages/devel/libpthread-stubs/package.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/devel/libpthread-stubs/package.mk b/packages/devel/libpthread-stubs/package.mk index 3b8db5470f..915636937e 100644 --- a/packages/devel/libpthread-stubs/package.mk +++ b/packages/devel/libpthread-stubs/package.mk @@ -23,8 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://xcb.freedesktop.org/" PKG_URL="http://xcb.freedesktop.org/dist/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="" -PKG_BUILD_DEPENDS_TARGET="toolchain" +PKG_DEPENDS_TARGET="toolchain" PKG_PRIORITY="optional" PKG_SECTION="devel" PKG_SHORTDESC="libpthread-stubs: A library providing weak aliases for pthread functions"