]> code.ossystems Code Review - openembedded-core.git/commitdiff
iw: Fix license field to BSD-2-Clause
authorWes Lindauer <wesley.lindauer@gmail.com>
Fri, 16 Aug 2019 19:44:00 +0000 (15:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 20:50:33 +0000 (21:50 +0100)
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>
meta/recipes-connectivity/iw/iw_5.0.1.bb

index e12796351354bcd0f92d3b7bd230a427dfcb5214..87b21e668d74bbdcdcc801b8f796dbc1ad0e7f57 100644 (file)
@@ -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"