summaryrefslogtreecommitdiffstats
path: root/package/sstrip/sstrip.mk
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>2013-08-02 09:33:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-10 21:19:50 +0200
commitde5a08f5b5a8afc0d5ef68307a8fb5cbce810d16 (patch)
treee26300b3ae02e62cb9e57a264cdbd1840c42935c /package/sstrip/sstrip.mk
parentf1db8f21461646b4a1ba63c0227732f569834ba3 (diff)
downloadbuildroot-de5a08f5b5a8afc0d5ef68307a8fb5cbce810d16.tar.gz
buildroot-de5a08f5b5a8afc0d5ef68307a8fb5cbce810d16.zip
sstrip: remove unneed explicit ccache dependency
This ccache dependency was here to enforce the build order. It is not needed anymore. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sstrip/sstrip.mk')
-rw-r--r--package/sstrip/sstrip.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/sstrip/sstrip.mk b/package/sstrip/sstrip.mk
index be8c563f0a..c79a501135 100644
--- a/package/sstrip/sstrip.mk
+++ b/package/sstrip/sstrip.mk
@@ -8,11 +8,6 @@ SSTRIP_SITE = svn://dev.openwrt.org/openwrt/trunk/tools/sstrip
SSTRIP_VERSION = 20154
HOST_SSTRIP_BINARY = $(GNU_TARGET_NAME)-sstrip
-# This is a kludge to get host-ccache built before us or it fails
-ifeq ($(BR2_CCACHE),y)
-HOST_SSTRIP_DEPENDENCIES = host-ccache
-endif
-
define SSTRIP_BUILD_CMDS
cd $(@D) ; \
$(TARGET_CC) $(TARGET_CFLAGS) -include endian.h -include byteswap.h \
OpenPOWER on IntegriCloud