From: Niko Mauno Date: Sun, 1 Sep 2024 05:20:11 +0000 (+0300) Subject: iw: Fix LICENSE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87da7445a2a77fe73e3524cd50112842e91235b6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git iw: Fix LICENSE The contents of the COPYING file included in the source code match those of ISC license: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/tree/COPYING?h=v6.9 which seems to have been in effect since 2008 commit https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/commit?id=622c36ae94a880fb53f7f051f1b26616f5b553c1 ("license under ISC"). Signed-off-by: Niko Mauno Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/iw/iw_6.9.bb b/meta/recipes-connectivity/iw/iw_6.9.bb index dc570d1124c..e34400e18bb 100644 --- a/meta/recipes-connectivity/iw/iw_6.9.bb +++ b/meta/recipes-connectivity/iw/iw_6.9.bb @@ -4,7 +4,7 @@ wireless devices. It supports almost all new drivers that have been added \ to the kernel recently. " HOMEPAGE = "https://wireless.wiki.kernel.org/en/users/documentation/iw" SECTION = "base" -LICENSE = "BSD-2-Clause" +LICENSE = "ISC" LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" DEPENDS = "libnl"