From 422ce6536b6d45e4632d526ae04c6af0bd36e80a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 2 Sep 2009 16:02:02 +0100 Subject: package: Remove unnecessary dependencies on uclibc. A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- package/libart/libart.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/libart') diff --git a/package/libart/libart.mk b/package/libart/libart.mk index 18577684e..690324cc8 100644 --- a/package/libart/libart.mk +++ b/package/libart/libart.mk @@ -15,6 +15,4 @@ LIBART_CONF_OPT = --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) --build=$(GNU_HOST_NAME) \ --prefix=/usr --sysconfdir=/etc -LIBART_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,libart)) -- cgit v1.2.3-55-g7522