From: Wes Lindauer Date: Fri, 16 Aug 2019 19:44:00 +0000 (-0400) Subject: iw: Fix license field to BSD-2-Clause X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8ea5a406010892cb5930f1b886cc16df259782;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/iw/iw_5.0.1.bb b/meta/recipes-connectivity/iw/iw_5.0.1.bb index e1279635135..87b21e668d7 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"