[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-798-g59bb68b
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-07-28 14:44: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 59bb68bbba79b1d955567a0f38fd6aa669221098 (commit)
from 8f54c39ae1a011bbdd6e2f4a457071a1da8f7258 (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 59bb68bbba79b1d955567a0f38fd6aa669221098
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jul 28 16:39:18 2015 +0200
[BUILDROOT] 2015.02: install ldd too when using external toolchains
-----------------------------------------------------------------------
Summary of changes:
...deus-install-ldd-with-external-toolchains.patch | 17 +++++++++++++++++
patches/buildroot/2015.02/cleanup_buildroot.sh | 1 +
2 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2015.02/026-armadeus-install-ldd-with-external-toolchains.patch
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
new file mode 100644
index 0000000..cb4e09e
--- /dev/null
+++ b/patches/buildroot/2015.02/026-armadeus-install-ldd-with-external-toolchains.patch
@@ -0,0 +1,17 @@
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/toolchain/toolchain-external/toolchain-external.mk
+===================================================================
+--- buildroot.orig/toolchain/toolchain-external/toolchain-external.mk 2015-03-01 22:26:12.000000000 +0100
++++ buildroot/toolchain/toolchain-external/toolchain-external.mk 2015-07-28 16:31:31.446392834 +0200
+@@ -578,6 +578,10 @@
+ echo "Could not find gdbserver in external toolchain" ; \
+ 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 ; \
++ $(SED) 's:/bin/bash:/bin/sh:' $(TARGET_DIR)/usr/bin/ldd ; \
+ fi
+ endef
+
diff --git a/patches/buildroot/2015.02/cleanup_buildroot.sh b/patches/buildroot/2015.02/cleanup_buildroot.sh
index d098f53..f8f153a 100755
--- a/patches/buildroot/2015.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2015.02/cleanup_buildroot.sh
@@ -168,5 +168,6 @@ rm -rf buildroot/package/xenomai/xenomai.mk
rm -rf buildroot/system/Config.in
rm -rf buildroot/system/system.mk
rm -rf buildroot/toolchain/toolchain-common.in
+rm -rf buildroot/toolchain/toolchain-external/toolchain-external.mk
rm -rf buildroot/toolchain/toolchain.mk
rm -rf buildroot/toolchain/uClibc/uClibc-0.9.33.2-OpenWRT-add___kernel_long_and___kernel_ulong.patch
hooks/post-receive
--
armadeus
|