summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWes Lindauer <wesley.lindauer@gmail.com>2019-08-16 15:44:00 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 21:50:33 +0100
commitb90d9f0c2084cce8d245fe683b45fb344c6f1cb8 (patch)
tree97352bc62fe7a3d769caf4b304293f2a55d3ed45 /meta
parentabdc51527988afdcfd2db6dc08ebb6083a341be9 (diff)
downloadopenembedded-core-b90d9f0c2084cce8d245fe683b45fb344c6f1cb8.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. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/iw/iw_5.0.1.bb2
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 \
to the kernel recently. "
HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw"
SECTION = "base"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
DEPENDS = "libnl"