From: Gustavo Zacarias Date: Mon, 14 Dec 2015 13:11:18 +0000 (-0300) Subject: setools: comma separate licenses X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af6ae670995ae9515b405a0d7179038a1d457727;p=buildroot.git setools: comma separate licenses Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/setools/setools.mk b/package/setools/setools.mk index f575f86a54..deb421fe65 100644 --- a/package/setools/setools.mk +++ b/package/setools/setools.mk @@ -9,7 +9,7 @@ SETOOLS_SOURCE = setools-$(SETOOLS_VERSION).tar.bz2 SETOOLS_SITE = https://raw.githubusercontent.com/wiki/TresysTechnology/setools3/files/dists/setools-$(SETOOLS_VERSION) SETOOLS_DEPENDENCIES = libselinux libsepol sqlite libxml2 bzip2 host-bison host-flex SETOOLS_INSTALL_STAGING = YES -SETOOLS_LICENSE = GPLv2+ LGPLv2.1+ +SETOOLS_LICENSE = GPLv2+, LGPLv2.1+ SETOOLS_LICENSE_FILES = COPYING COPYING.GPL COPYING.LGPL # configure.ac is patched by the cross compile patch,