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/libxml2/libxml2.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/libxml2/libxml2.mk') diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index e9c8752db..e71cdbb25 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -18,8 +18,6 @@ LIBXML2_CONF_OPT = --with-gnu-ld --enable-shared \ --without-debugging --without-python \ --without-threads -LIBXML2_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,libxml2)) $(LIBXML2_HOOK_POST_INSTALL): -- cgit v1.2.3