From a7e91318ce2339a3c4a7652b250bed65b43b545f Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 5 Dec 2014 16:46:30 +0100 Subject: [PATCH] cryptsetup: add PKG_LICENSE information Signed-off-by: Daniel Golle --- utils/cryptsetup/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index ac6ad63b88..c00f032111 100644 --- a/utils/cryptsetup/Makefile +++ b/utils/cryptsetup/Makefile @@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cryptsetup PKG_VERSION:=1.6.6 PKG_RELEASE:=1 +PKG_LICENSE:=GPL-2.0+ LGPL-2.1+ +PKG_LICENSE_FILES:=COPYING COPYING.LGPL PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/cryptsetup/v1.6 -- 2.30.2