[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-91-gd8bdf6a
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-06-29 12:24:51
|
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, buildroot-update has been updated
via d8bdf6a805e1471f3c8aba6acd39a35d928ce53b (commit)
from cbe1b37e3a22b9e1e173714af1b908ff797d4e4c (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 d8bdf6a805e1471f3c8aba6acd39a35d928ce53b
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jun 29 14:25:13 2016 +0200
[BUILDROOT] uboot.mk: call qstrip instead of qstring
-----------------------------------------------------------------------
Summary of changes:
...add_support_for_custom_configuration_file.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/buildroot/2016.05/050-U-Boot-add_support_for_custom_configuration_file.patch b/patches/buildroot/2016.05/050-U-Boot-add_support_for_custom_configuration_file.patch
index 0d7dfb6..26fc300 100644
--- a/patches/buildroot/2016.05/050-U-Boot-add_support_for_custom_configuration_file.patch
+++ b/patches/buildroot/2016.05/050-U-Boot-add_support_for_custom_configuration_file.patch
@@ -44,7 +44,7 @@ Index: buildroot/boot/uboot/uboot.mk
endef
UBOOT_POST_PATCH_HOOKS += UBOOT_APPLY_LOCAL_PATCHES
-+ifneq ($(call qstring,$(BR2_TARGET_UBOOT_CUSTOM_HEADER_CONFIG_FILE_PATH)),)
++ifneq ($(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_HEADER_CONFIG_FILE_PATH)),)
+define UBOOT_COPY_HEADER_CONFIG_FILE
+ cp -pf $(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_HEADER_CONFIG_FILE_PATH)) \
+ $(@D)/include/configs/$(UBOOT_BOARD_NAME).h
hooks/post-receive
--
armadeus
|