mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00: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"
|
SUMMARY = "Python framework to process interdependent tasks in a pool of workers"
|
||||||
HOMEPAGE = "http://github.com/gitpython-developers/async"
|
HOMEPAGE = "http://github.com/gitpython-developers/async"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
-LICENSE = "BSD"
|
-LICENSE = "BSD-3-Clause"
|
||||||
+LICENSE = "something"
|
+LICENSE = "something"
|
||||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user