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/libconfig/libconfig.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/libconfig') diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk index eb427ef03..d260930ce 100644 --- a/package/libconfig/libconfig.mk +++ b/package/libconfig/libconfig.mk @@ -14,6 +14,4 @@ ifneq ($(BR2_INSTALL_LIBSTDCPP),y) LIBCONFIG_CONF_OPT:=--disable-cxx endif -LIBCONFIG_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,libconfig)) -- cgit v1.2.3-55-g7522