]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest/python-async-test: set precise BSD license
authorRoss Burton <ross@burtonini.com>
Fri, 3 Sep 2021 13:24:49 +0000 (14:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 13:30:56 +0000 (14:30 +0100)
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-devtools/python/python-async-test.inc

index 439a0b9276a15f7833474cbe9a8571b800286e6b..6d7c7458b032dde494bd8c6b21a10ef242d5362a 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Python framework to process interdependent tasks in a pool of workers"
 HOMEPAGE = "http://github.com/gitpython-developers/async"
 SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"
 
 inherit pypi