diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-06 15:16:57 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-16 06:09:56 -0700 |
| commit | 037098630a94cfc86c00136fcefc9744ffd94e4d (patch) | |
| tree | 372951ba42f4b33112c48bb108a32ca9324dff91 /meta/recipes-connectivity | |
| parent | 974b2c387142b26f7d474221cb1446ad73d4ff2f (diff) | |
| download | poky-037098630a94cfc86c00136fcefc9744ffd94e4d.tar.gz | |
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").
(From OE-Core rev: 87da7445a2a77fe73e3524cd50112842e91235b6)
(From OE-Core rev: 686abc98421198d8224423cc95f97e3cd16296c1)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-connectivity')
| -rw-r--r-- | meta/recipes-connectivity/iw/iw_5.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iw/iw_5.16.bb b/meta/recipes-connectivity/iw/iw_5.16.bb index cf176a349f..85f9a63998 100644 --- a/meta/recipes-connectivity/iw/iw_5.16.bb +++ b/meta/recipes-connectivity/iw/iw_5.16.bb | |||
| @@ -4,7 +4,7 @@ wireless devices. It supports almost all new drivers that have been added \ | |||
| 4 | to the kernel recently. " | 4 | to the kernel recently. " |
| 5 | HOMEPAGE = "https://wireless.wiki.kernel.org/en/users/documentation/iw" | 5 | HOMEPAGE = "https://wireless.wiki.kernel.org/en/users/documentation/iw" |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | LICENSE = "BSD-2-Clause" | 7 | LICENSE = "ISC" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" |
| 9 | 9 | ||
| 10 | DEPENDS = "libnl" | 10 | DEPENDS = "libnl" |
