mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
oeqa/recipeutils: update for license change to python-async-test
The python-async-test recipe is now BSD-3-Clause. (From OE-Core rev: d819d86b482d397425043c7f478712a7f225bdae) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
750c0c5674
commit
f2b2c200a2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user