From: Ryan Barnett Date: Tue, 6 May 2014 15:42:38 +0000 (-0500) Subject: openssh: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d629983d892fdb7365de25ff6d8abc2fb7d748a2;p=buildroot.git openssh: add license information Signed-off-by: Ryan Barnett Signed-off-by: Peter Korsgaard --- diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index e35ea106eb..e55f5ebe45 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -6,6 +6,8 @@ OPENSSH_VERSION = 6.6p1 OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable +OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain +OPENSSH_LICENSE_FILES = LICENCE OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)" OPENSSH_CONF_OPT = --disable-lastlog --disable-utmp \ --disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip