[oe-commits] Vladimir Sorokin : sshpass: initial commit. Version 1.04.

git version control git at git.openembedded.org
Sat Oct 30 07:15:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 79deba4e95694b99542478221b71dfb56305cfa0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=79deba4e95694b99542478221b71dfb56305cfa0

Author: Vladimir Sorokin <sorokin at altell.ru>
Date:   Wed Oct 27 17:04:20 2010 +0400

sshpass: initial commit. Version 1.04.

Sshpass is a tool for non-interactivly performing password authentication with
SSH's so called "interactive keyboard password authentication".

Signed-off-by: Vladimir Sorokin <sorokin at altell.ru>
Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/sshpass/sshpass.inc     |   11 +++++++++++
 recipes/sshpass/sshpass_1.04.bb |    6 ++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/recipes/sshpass/sshpass.inc b/recipes/sshpass/sshpass.inc
new file mode 100644
index 0000000..5418f2e
--- /dev/null
+++ b/recipes/sshpass/sshpass.inc
@@ -0,0 +1,11 @@
+DESCRIPTION = "Non-interactive ssh password auth"
+HOMEPAGE = "http://sshpass.sourceforge.net/"
+SECTION = "console/network"
+LICENSE = "GPLv2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
+
+INC_PR = "r0"
+
+inherit autotools
+
diff --git a/recipes/sshpass/sshpass_1.04.bb b/recipes/sshpass/sshpass_1.04.bb
new file mode 100644
index 0000000..72332ec
--- /dev/null
+++ b/recipes/sshpass/sshpass_1.04.bb
@@ -0,0 +1,6 @@
+PR = "${INC_PR}.0"
+
+require sshpass.inc
+
+SRC_URI[md5sum] = "87e7c72e319691c5fdf219f6c7effb4a"
+SRC_URI[sha256sum] = "e8abb9a409f25928722251a5855a74854f6d64af3eb136b804a04fd630d70c80"





More information about the Openembedded-commits mailing list