[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-376-g3da00d9
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2018-02-10 14:36:09
|
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 3da00d929c908e840455df03f7daabe1b5524a7c (commit)
from ea2bd5c402087ab80a366434fcc96b3b25de2d0a (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 3da00d929c908e840455df03f7daabe1b5524a7c
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Feb 9 14:33:41 2018 +0100
[BUILDROOT] 2017.02+: also install ssh-copy-id helper script when selecting openssh
-----------------------------------------------------------------------
Summary of changes:
...e-openssh-also-install-ssh-copy-id-script.patch | 37 ++++++++++++++++++++++
patches/buildroot/2017.02/cleanup_buildroot.sh | 1 +
2 files changed, 38 insertions(+)
create mode 100644 patches/buildroot/2017.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch
diff --git a/patches/buildroot/2017.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch b/patches/buildroot/2017.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch
new file mode 100644
index 0000000..50a99da
--- /dev/null
+++ b/patches/buildroot/2017.02/035-armadeus-package-openssh-also-install-ssh-copy-id-script.patch
@@ -0,0 +1,37 @@
+From 0552b7fc3878d7e446ee082f492845bc33594bba Mon Sep 17 00:00:00 2001
+From: Julien BOIBESSOT <jul...@ar...>
+Date: Wed, 7 Feb 2018 19:35:59 +0100
+Subject: package/openssh: also install ssh-copy-id script
+
+This script is useful to copy SSH keys between client and server [1] and
+installed on most distributions (for example on debian: [2]).
+
+[1] https://www.ssh.com/ssh/copy-id
+[2] https://packages.debian.org/fr/jessie/armhf/openssh-client/filelist
+
+Signed-off-by: Julien BOIBESSOT <jul...@ar...>
+Reviewed-by: "Yann E. MORIN" <yan...@fr...>
+[Thomas: use full destination path.]
+Signed-off-by: Thomas Petazzoni <tho...@bo...>
+---
+ package/openssh/openssh.mk | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
+index 6b7ac22..986bab4 100644
+--- a/package/openssh/openssh.mk
++++ b/package/openssh/openssh.mk
+@@ -73,4 +73,10 @@ define OPENSSH_INSTALL_INIT_SYSV
+ $(TARGET_DIR)/etc/init.d/S50sshd
+ endef
+
++define OPENSSH_INSTALL_SSH_COPY_ID
++ $(INSTALL) -D -m 755 $(@D)/contrib/ssh-copy-id $(TARGET_DIR)/usr/bin/ssh-copy-id
++endef
++
++OPENSSH_POST_INSTALL_TARGET_HOOKS += OPENSSH_INSTALL_SSH_COPY_ID
++
+ $(eval $(autotools-package))
+--
+cgit v0.12
+
diff --git a/patches/buildroot/2017.02/cleanup_buildroot.sh b/patches/buildroot/2017.02/cleanup_buildroot.sh
index e271428..c6469eb 100755
--- a/patches/buildroot/2017.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2017.02/cleanup_buildroot.sh
@@ -90,6 +90,7 @@ rm -rf buildroot/package/mke2img/Config.in.host
rm -rf buildroot/package/mke2img/mke2img
rm -rf buildroot/package/mke2img/mke2img.mk
rm -rf buildroot/package/ncurses/ncurses-5.7-allows_build_with_old_ncurses_host_installation.patch
+rm -rf buildroot/package/openssh/openssh.mk
rm -rf buildroot/package/pci_debug/Config.in
rm -rf buildroot/package/pci_debug/pci_debug.mk
rm -rf buildroot/package/python-pygame/Config.in
hooks/post-receive
--
armadeus
|