[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-205-ga156078
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-03-13 21:28:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a1560785a08259f89bd5d883f96d5e0bcaedd228 (commit)
from 8f31f7e2dcd81631c0467f0b1c5b9ce0c22c8c91 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1560785a08259f89bd5d883f96d5e0bcaedd228
Author: Thomas Chardin <cha...@gm...>
Date: Wed Mar 13 22:27:57 2013 +0100
[BUILDROOT] Fixes freescale-tools build
-----------------------------------------------------------------------
Summary of changes:
.../package/armadeus/freescale-tools/tools.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/package/armadeus/freescale-tools/tools.mk b/buildroot/package/armadeus/freescale-tools/tools.mk
index 98a1fae..f7c4f8e 100644
--- a/buildroot/package/armadeus/freescale-tools/tools.mk
+++ b/buildroot/package/armadeus/freescale-tools/tools.mk
@@ -28,8 +28,8 @@ freescale-tools-source: $(DL_DIR)/$(FREESCALE_TOOLS_SOURCE) $(DL_DIR)/$(FREESCAL
$(FREESCALE_TOOLS_DIR)/.unpacked: $(DL_DIR)/$(FREESCALE_TOOLS_SOURCE) $(DL_DIR)/$(FREESCALE_TOOLS_PATCH_SOURCE)
$(FREESCALE_TOOLS_CAT) $(DL_DIR)/$(FREESCALE_TOOLS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
mv $(BUILD_DIR)/misc $(FREESCALE_TOOLS_DIR)
- toolchain/patch-kernel.sh $(FREESCALE_TOOLS_DIR) $(DL_DIR) misc-\*.patch
- toolchain/patch-kernel.sh $(FREESCALE_TOOLS_DIR) package/armadeus/freescale-tools \*misc-$(FREESCALE_TOOLS_VERSION)\*.patch
+ support/scripts/apply-patches.sh $(FREESCALE_TOOLS_DIR) $(DL_DIR) misc-\*.patch
+ support/scripts/apply-patches.sh $(FREESCALE_TOOLS_DIR) package/armadeus/freescale-tools \*misc-$(FREESCALE_TOOLS_VERSION)\*.patch
touch $@
$(FREESCALE_TOOLS_TARGET_DIR)/$(FREESCALE_TOOLS_BIN): $(FREESCALE_TOOLS_DIR)/.unpacked
hooks/post-receive
--
armadeus
|