]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/recipeutils: update for license change to python-async-test
authorRoss Burton <ross@burtonini.com>
Fri, 3 Sep 2021 13:24:50 +0000 (14:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 14:26:25 +0000 (15:26 +0100)
The python-async-test recipe is now BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/recipeutils.py

index 97edad88b579431eeb337559a5f4def0f0addd98..f1dd63f65b4f9f9f22d348de100cb7d62326e10f 100644 (file)
@@ -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"