From fe34e2e06dc57c75a5b29e4acf4df59bbc99709a Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 27 Jan 2011 11:21:34 -0300 Subject: cdrkit: drop host-cmake dependencies Now that it's been converted to cmaketargets it doesn't need the host-cmake dependencies since this are fulfilled in the infrastructure. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/cdrkit/cdrkit.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk index ea7f65e35..a57a8fd11 100644 --- a/package/cdrkit/cdrkit.mk +++ b/package/cdrkit/cdrkit.mk @@ -2,8 +2,8 @@ CDRKIT_VERSION=1.1.10 CDRKIT_SOURCE=cdrkit-$(CDRKIT_VERSION).tar.gz CDRKIT_SITE=http://www.cdrkit.org/releases/ -CDRKIT_DEPENDENCIES=libcap bzip2 host-cmake zlib -HOST_CDRKIT_DEPENDENCIES=host-libcap host-cmake host-bzip2 host-zlib +CDRKIT_DEPENDENCIES=libcap bzip2 zlib +HOST_CDRKIT_DEPENDENCIES=host-libcap host-bzip2 host-zlib ifeq ($(BR2_ENDIAN),"BIG") CMAKE_ENDIAN_OPT=-DBITFIELDS_HTOL=1 -- cgit v1.2.3