diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-06 09:01:45 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-19 05:11:35 -0700 |
| commit | dab891d2dcb5f8dc5f2ec76828ac50ac3c73097b (patch) | |
| tree | 174395e963184675e0504a7db968b4d1581f8e69 | |
| parent | 0aa69e15f179aeb8e120fa99bcda611b16831563 (diff) | |
| download | poky-dab891d2dcb5f8dc5f2ec76828ac50ac3c73097b.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: cfb0352f1c89729e11259bfe3a7ebcaf7193620f)
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>
| -rw-r--r-- | meta/recipes-connectivity/iw/iw_6.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iw/iw_6.7.bb b/meta/recipes-connectivity/iw/iw_6.7.bb index b46b54bc93..162b4e922b 100644 --- a/meta/recipes-connectivity/iw/iw_6.7.bb +++ b/meta/recipes-connectivity/iw/iw_6.7.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" |
