From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] sshpass: new package
Date: Sun, 8 Jun 2014 17:55:41 +0200 [thread overview]
Message-ID: <20140608175541.737152ff@free-electrons.com> (raw)
In-Reply-To: <1401575536-18595-1-git-send-email-bisson.gary@gmail.com>
Dear Gary Bisson,
On Sat, 31 May 2014 15:32:16 -0700, Gary Bisson wrote:
> Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
> ---
> package/Config.in | 1 +
> package/sshpass/Config.in | 8 ++++++++
> package/sshpass/sshpass.mk | 12 ++++++++++++
> 3 files changed, 21 insertions(+)
> create mode 100644 package/sshpass/Config.in
> create mode 100644 package/sshpass/sshpass.mk
I've applied your patch, after making some minor changes, see below.
> +config BR2_PACKAGE_SSHPASS
> + bool "sshpass"
Since sshpass uses fork(), I had to add a dependency on BR2_USE_MMU
here.
> diff --git a/package/sshpass/sshpass.mk b/package/sshpass/sshpass.mk
> new file mode 100644
> index 0000000..e851f41
> --- /dev/null
> +++ b/package/sshpass/sshpass.mk
> @@ -0,0 +1,12 @@
> +################################################################################
> +#
> +# sshpass
> +#
> +################################################################################
> +
> +SSHPASS_VERSION = 1.05
> +SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
> +SSHPASS_LICENSE = GPLv2
> +SSHPASS_LICENSE_FILES = COPYING
The license was in fact GPLv2+.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2014-06-08 15:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-31 22:32 [Buildroot] [PATCH] sshpass: new package Gary Bisson
2014-06-08 15:55 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140608175541.737152ff@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox