From 874701930bc5ef3c76d51cff4eabc83f45ca4b1b Mon Sep 17 00:00:00 2001 From: Christophe PRIOUZEAU Date: Mon, 7 Oct 2019 13:08:38 +0000 Subject: python-async: Clarify BSD license variant The license of python-async is BSD-3-Clause. (From OE-Core rev: eac9b021e2de0922b0f8bf65a71ae4ce8bdc97b1) Signed-off-by: Christophe Priouzeau Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-async.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-async.inc b/meta/recipes-devtools/python/python-async.inc index 139bf2c51c..af887dc4e5 100644 --- a/meta/recipes-devtools/python/python-async.inc +++ b/meta/recipes-devtools/python/python-async.inc @@ -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 -- cgit v1.2.3-54-g00ecf