diff options
author | Wes Lindauer <wesley.lindauer@gmail.com> | 2019-08-16 15:44:00 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-21 21:52:59 +0100 |
commit | 3e8ea5a406010892cb5930f1b886cc16df259782 (patch) | |
tree | 37e34cbe49d0093b04343a7390b4d8452f85d0b5 /meta/recipes-connectivity | |
parent | 7ef44dbd3b99a2150b552cbe8941dd592197eb43 (diff) | |
download | poky-3e8ea5a406010892cb5930f1b886cc16df259782.tar.gz |
iw: Fix license field to BSD-2-Clause
Using just "BSD" license implies BSD-3-Clause and this recipe appears to
be closer to a BSD-2-Clause.
(From OE-Core rev: b90d9f0c2084cce8d245fe683b45fb344c6f1cb8)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/iw/iw_5.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iw/iw_5.0.1.bb b/meta/recipes-connectivity/iw/iw_5.0.1.bb index e127963513..87b21e668d 100644 --- a/meta/recipes-connectivity/iw/iw_5.0.1.bb +++ b/meta/recipes-connectivity/iw/iw_5.0.1.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 = "http://wireless.kernel.org/en/users/Documentation/iw" | 5 | HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw" |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | LICENSE = "BSD" | 7 | LICENSE = "BSD-2-Clause" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" |
9 | 9 | ||
10 | DEPENDS = "libnl" | 10 | DEPENDS = "libnl" |