From: Ross Burton Date: Fri, 3 Sep 2021 13:24:50 +0000 (+0100) Subject: oeqa/recipeutils: update for license change to python-async-test X-Git-Tag: yocto-3.4~187 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d819d86b482d397425043c7f478712a7f225bdae;p=openembedded-core.git oeqa/recipeutils: update for license change to python-async-test The python-async-test recipe is now BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/recipeutils.py b/meta/lib/oeqa/selftest/cases/recipeutils.py index 97edad88b5..f1dd63f65b 100644 --- a/meta/lib/oeqa/selftest/cases/recipeutils.py +++ b/meta/lib/oeqa/selftest/cases/recipeutils.py @@ -40,7 +40,7 @@ class RecipeUtilsTests(OESelftestTestCase): 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" +LICENSE = "something" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"