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/pcre/pcre.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/pcre/pcre.mk') diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index dd473b491..647399ea0 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -14,8 +14,6 @@ ifneq ($(BR2_INSTALL_LIBSTDCPP),y) PCRE_CONF_OPT = --disable-cpp endif -PCRE_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,pcre)) $(PCRE_HOOK_POST_INSTALL): $(PCRE_TARGET_INSTALL_TARGET) -- cgit v1.2.3