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/torsmo/torsmo.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/torsmo') diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk index 93a3dc145..f9aa71dfb 100644 --- a/package/torsmo/torsmo.mk +++ b/package/torsmo/torsmo.mk @@ -12,7 +12,5 @@ TORSMO_INSTALL_TARGET = YES TORSMO_CONF_OPT = --x-includes="-I$(STAGING_DIR)/usr/include/X11" --x-libraries="-I$(STAGING_DIR)/usr/lib" --with-x -TORSMO_DEPENDENCIES = uclibc - $(eval $(call AUTOTARGETS,package,torsmo)) -- cgit v1.2.3