From a8bdfefc15187360b82345ceb79c2128f2c07c67 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 14 Sep 2018 22:50:45 +0200 Subject: build & release : downgrade to Barrier Breaker --- tools/Makefile | 4 +++- tools/flex/Makefile | 1 + tools/lzma/Makefile | 1 + tools/mkimage/Makefile | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 75d2b0d..13bb028 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -44,7 +44,7 @@ tools-$(CONFIG_USE_SPARSE) += sparse $(curdir)/bison/compile := $(curdir)/flex/install $(curdir)/flex/compile := $(curdir)/automake/install $(curdir)/pkg-config/compile := $(curdir)/sed/install -$(curdir)/libtool/compile := $(curdir)/sed/install +$(curdir)/libtool/compile := $(curdir)/sed/install $(curdir)/m4/install $(curdir)/squashfs/compile := $(curdir)/lzma-old/install $(curdir)/squashfs4/compile := $(curdir)/xz/install $(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/autoconf/install $(curdir)/findutils/install @@ -71,6 +71,8 @@ $(curdir)/sdcc/compile := $(curdir)/bison/install $(curdir)/b43-tools/compile := $(curdir)/bison/install $(curdir)/padjffs2/compile := $(curdir)/findutils/install $(curdir)/cloog/compile := $(curdir)/ppl/install +$(curdir)/bc/compile := $(curdir)/bison/install +$(curdir)/findutils/compile := $(curdir)/bison/install ifneq ($(CONFIG_CCACHE),) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) diff --git a/tools/flex/Makefile b/tools/flex/Makefile index d949d4b..90082df 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -18,6 +18,7 @@ HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += --disable-shared HOST_LDFLAGS += $(HOST_STATIC_LINKING) define Host/Clean diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 6e01051..716367a 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -28,6 +28,7 @@ endef define Host/Install $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin $(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma + $(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma_alone endef define Host/Clean diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 49eb261..47e918a 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mkimage -PKG_VERSION:=2014.07 +PKG_VERSION:=2014.04 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot -PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e +PKG_MD5SUM:=6d2116d1385a66e9a59742caa9d62a54 PKG_CAT:=bzcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) -- cgit v1.1