[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-820-g225e007
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-08-06 07:59:15
|
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 225e0075d7d2f5158c9116612a35f8fbc70bae25 (commit)
from 2af4f4d7ecf7876b76268131f94a7cd5bcf01a11 (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 225e0075d7d2f5158c9116612a35f8fbc70bae25
Author: Julien Boibessot <jul...@ar...>
Date: Thu Aug 6 09:48:59 2015 +0200
[BUILDROOT] Fixes 026-armadeus-install-ldd-with-external-toolchains.patch
-----------------------------------------------------------------------
Summary of changes:
...deus-install-ldd-with-external-toolchains.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches/buildroot/2015.02/026-armadeus-install-ldd-with-external-toolchains.patch b/patches/buildroot/2015.02/026-armadeus-install-ldd-with-external-toolchains.patch
index cb4e09e..2004705 100644
--- a/patches/buildroot/2015.02/026-armadeus-install-ldd-with-external-toolchains.patch
+++ b/patches/buildroot/2015.02/026-armadeus-install-ldd-with-external-toolchains.patch
@@ -9,8 +9,8 @@ Index: buildroot/toolchain/toolchain-external/toolchain-external.mk
exit 1 ; \
fi ; \
+ fi ; \
-+ if test -f $${d}/usr/bin/ldd ; then \
-+ install -m 0755 -D $${d}/usr/bin/ldd $(TARGET_DIR)/usr/bin/ldd ; \
++ if test -f $${ARCH_SYSROOT_DIR}/usr/bin/ldd ; then \
++ install -m 0755 -D $${ARCH_SYSROOT_DIR}/usr/bin/ldd $(TARGET_DIR)/usr/bin/ldd ; \
+ $(SED) 's:/bin/bash:/bin/sh:' $(TARGET_DIR)/usr/bin/ldd ; \
fi
endef
hooks/post-receive
--
armadeus
|