[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-269-g56d2489
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-04-10 16:09:42
|
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 56d24892464d6ad98fc477ddbc8c3a0d797b7eb2 (commit)
from 15a33a2e60682b66e3ebb9f0436361a288fd76b9 (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 56d24892464d6ad98fc477ddbc8c3a0d797b7eb2
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Apr 10 18:08:43 2017 +0200
[BUILDROOT] 2016.08+: fixes fix to add ldd to target rootfs when using external toolchains
-----------------------------------------------------------------------
Summary of changes:
.../2016.08/026-armadeus-install-ldd-with-external-toolchains.patch | 4 ++--
.../2017.02/026-armadeus-install-ldd-with-external-toolchains.patch | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/patches/buildroot/2016.08/026-armadeus-install-ldd-with-external-toolchains.patch b/patches/buildroot/2016.08/026-armadeus-install-ldd-with-external-toolchains.patch
index 6febf70..c927251 100644
--- a/patches/buildroot/2016.08/026-armadeus-install-ldd-with-external-toolchains.patch
+++ b/patches/buildroot/2016.08/026-armadeus-install-ldd-with-external-toolchains.patch
@@ -9,8 +9,8 @@ Index: buildroot/toolchain/toolchain-external/toolchain-external.mk
endef
+define TOOLCHAIN_EXTERNAL_INSTALL_TARGET_LDD
-+ $(Q)if test -f $${ARCH_SYSROOT_DIR}/usr/bin/ldd ; then \
-+ $(INSTALL) -D $${ARCH_SYSROOT_DIR}/usr/bin/ldd $(TARGET_DIR)/usr/bin/ldd ; \
++ $(Q)if test -f $(STAGING_DIR)/usr/bin/ldd ; then \
++ $(INSTALL) -D $(STAGING_DIR)/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/2017.02/026-armadeus-install-ldd-with-external-toolchains.patch b/patches/buildroot/2017.02/026-armadeus-install-ldd-with-external-toolchains.patch
index 7c68750..6b6cc7b 100644
--- a/patches/buildroot/2017.02/026-armadeus-install-ldd-with-external-toolchains.patch
+++ b/patches/buildroot/2017.02/026-armadeus-install-ldd-with-external-toolchains.patch
@@ -9,8 +9,8 @@ Index: buildroot/toolchain/toolchain-external/pkg-toolchain-external.mk
endef
+define TOOLCHAIN_EXTERNAL_INSTALL_TARGET_LDD
-+ $(Q)if test -f $${ARCH_SYSROOT_DIR}/usr/bin/ldd ; then \
-+ $(INSTALL) -D $${ARCH_SYSROOT_DIR}/usr/bin/ldd $(TARGET_DIR)/usr/bin/ldd ; \
++ $(Q)if test -f $(STAGING_DIR)/usr/bin/ldd ; then \
++ $(INSTALL) -D $(STAGING_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
|