[Buildroot] [PATCH] sshpass: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jun 8 15:55:41 UTC 2014


Dear Gary Bisson,

On Sat, 31 May 2014 15:32:16 -0700, Gary Bisson wrote:
> Signed-off-by: Gary Bisson <bisson.gary at 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


More information about the buildroot mailing list