Host sstrip is not used anymore.
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
SSTRIP_SITE = svn://svn.openwrt.org/openwrt/trunk/tools/sstrip
SSTRIP_VERSION = 20154
-HOST_SSTRIP_BINARY = $(GNU_TARGET_NAME)-sstrip
define SSTRIP_BUILD_CMDS
cd $(@D) ; \
$(INSTALL) -D $(@D)/sstrip $(TARGET_DIR)/usr/bin/sstrip
endef
-define HOST_SSTRIP_BUILD_CMDS
- cd $(@D) ; \
- $(HOSTCC) $(HOST_CFLAGS) -include endian.h -include byteswap.h \
- -o sstrip src/sstrip.c
-endef
-
-define HOST_SSTRIP_INSTALL_CMDS
- $(INSTALL) -D $(@D)/sstrip $(HOST_DIR)/usr/bin/$(HOST_SSTRIP_BINARY)
-endef
-
$(eval $(generic-package))
-$(eval $(host-generic-package))