summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2019-05-10 11:24:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-29 11:27:09 +0200
commit3964e5b387868fefe5d3a1b88035de9fc7b8cb4a (patch)
treea7c6e687102209ac9f8498267e06ef92a7b936e5
parent191124abe0013440679b19171c48254dbe4eee3e (diff)
downloadptxdist-3964e5b387868fefe5d3a1b88035de9fc7b8cb4a.tar.gz
ptxdist-3964e5b387868fefe5d3a1b88035de9fc7b8cb4a.tar.xz
libmnl: Fix license and add license file hashes
libmnl switched from GPLv2+ to LGPLv2.1+ before the 1.0.0 release. The package was initially added to ptxdist with version 1.0.3 in 2016 with the wrong license information. The project clearly states it is LGPL-2.1-or-later in both COPYING file and file headers. Fixes: e2c4c9dceec7dfcef3bfcbd2f2a2d09eb88b8726 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/libmnl.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/libmnl.make b/rules/libmnl.make
index cacef7d07..844cc9279 100644
--- a/rules/libmnl.make
+++ b/rules/libmnl.make
@@ -23,7 +23,8 @@ LIBMNL_SUFFIX := tar.bz2
LIBMNL_URL := http://ftp.netfilter.org/pub/libmnl/$(LIBMNL).$(LIBMNL_SUFFIX)
LIBMNL_SOURCE := $(SRCDIR)/$(LIBMNL).$(LIBMNL_SUFFIX)
LIBMNL_DIR := $(BUILDDIR)/$(LIBMNL)
-LIBMNL_LICENSE := GPL-2.0-only
+LIBMNL_LICENSE := LGPL-2.1-or-later
+LIBMNL_LICENSE_FILES := file://COPYING;md5=4fbd65380cdd255951079008b364516c
#
# autoconf