From: Christophe PRIOUZEAU Date: Mon, 7 Oct 2019 13:08:38 +0000 (+0000) Subject: python-async: Clarify BSD license variant X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13035 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac9b021e2de0922b0f8bf65a71ae4ce8bdc97b1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-async: Clarify BSD license variant The license of python-async is BSD-3-Clause. Signed-off-by: Christophe Priouzeau Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-async.inc b/meta/recipes-devtools/python/python-async.inc index 139bf2c51c7..af887dc4e56 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