[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-106-g28b1ff8
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-03-07 16:18:34
|
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 28b1ff8f21a78a1e79b86fce92daffd35cdf2a6f (commit)
from 39c6c62359e23326d49e4fe7ffab241c2a3e1e66 (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 28b1ff8f21a78a1e79b86fce92daffd35cdf2a6f
Author: Eric Jarrige <eri...@ar...>
Date: Wed Mar 7 17:28:35 2012 +0100
[BUILDROOT] Fix U-Boot compilation issue for BR2012.02
-----------------------------------------------------------------------
Summary of changes:
...ot-makes_binary_targets_name_overloadable.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/buildroot/2012.02/051h-u-boot-makes_binary_targets_name_overloadable.patch b/patches/buildroot/2012.02/051h-u-boot-makes_binary_targets_name_overloadable.patch
index 713e69e..afb55ca 100644
--- a/patches/buildroot/2012.02/051h-u-boot-makes_binary_targets_name_overloadable.patch
+++ b/patches/buildroot/2012.02/051h-u-boot-makes_binary_targets_name_overloadable.patch
@@ -15,7 +15,7 @@ Index: buildroot/boot/uboot/uboot.mk
define UBOOT_INSTALL_IMAGES_CMDS
- cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/
-+ cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/$(ARMADEUS_UBOOT_IMAGE_NAME)
++ cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/$(U_BOOT_TARGET_BIN)
endef
$(eval $(call GENTARGETS))
hooks/post-receive
--
armadeus
|