summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2019-05-10 11:24:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-29 11:27:09 +0200
commit005fcb69edb0f5fb92cc3b28f3013b658974c2ad (patch)
tree25689498fb694823dbfc4ed3ada95f2b9b59bb38
parent3964e5b387868fefe5d3a1b88035de9fc7b8cb4a (diff)
downloadptxdist-005fcb69edb0f5fb92cc3b28f3013b658974c2ad.tar.gz
ptxdist-005fcb69edb0f5fb92cc3b28f3013b658974c2ad.tar.xz
libnftnl: Fix license and add license file hash
When added to ptxdist in 2016 the package version was 1.0.5, which already contained at least one file under GPL-2.0-only, which is still the case with the current version 1.1.2. Fixes: db4d91b62aa8f8653fa2e6b87fc72f07cd838cfd Cc: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de> Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libnftnl.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/libnftnl.make b/rules/libnftnl.make
index b5fd6331d..a53652d0a 100644
--- a/rules/libnftnl.make
+++ b/rules/libnftnl.make
@@ -23,7 +23,8 @@ LIBNFTNL_SUFFIX := tar.bz2
LIBNFTNL_URL := http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
LIBNFTNL_SOURCE := $(SRCDIR)/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
LIBNFTNL_DIR := $(BUILDDIR)/$(LIBNFTNL)
-LIBNFTNL_LICENSE := GPL-2.0-only
+LIBNFTNL_LICENSE := GPL-2.0-only AND GPL-2.0-or-later
+LIBNFTNL_LICENSE_FILES := file://COPYING;md5=79808397c3355f163c012616125c9e26
#
# autoconf