From 7533ea7b25bb8dccbf06235e7bd96fc918f1f5e3 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 27 Mar 2010 20:40:44 +0100 Subject: [PATCH] Revert "add missing dependency to tntnet", as it creates a recursive dependency This reverts commit 429322a9a50a3ab56656ca2e9474c7102268dada. --- cxxtools/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cxxtools/Makefile b/cxxtools/Makefile index 509abb4..c896944 100644 --- a/cxxtools/Makefile +++ b/cxxtools/Makefile @@ -23,10 +23,9 @@ include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk define Package/cxxtools - TITLE:=cxxtools - SECTION:=utils - CATEGORY:=Utilities - DEPENDS:=+tntnet + TITLE:=cxxtools + SECTION:=utils + CATEGORY:=Utilities endef define Build/Configure