commit f2d0e23959ddc28161c454f10afea09f45722c0b
parent 364de5bc3f16eba42f93d36e848b998b3579e39e
Author: Jiri Slachta <slachta@cesnet.cz>
Date: Sun, 10 Aug 2014 09:25:44 +0200
libssh2: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libssh2
PKG_VERSION:=1.4.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.libssh2.org/download
@@ -17,6 +17,9 @@ PKG_MD5SUM:=071004c60c5d6f90354ad1b701013a0b
PKG_INSTALL:=1
+PKG_LICENSE:=BSD
+PKG_LICENSE_FILES:=COPYING
+
include $(INCLUDE_DIR)/package.mk
define Package/libssh2