diff options
| author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
| commit | 874701930bc5ef3c76d51cff4eabc83f45ca4b1b (patch) | |
| tree | 113f6c2af6cfaaea2c7a09efcf86f0e69a278d5b /meta/recipes-devtools/python | |
| parent | 87300bd679665a41a0d99eb819afcc4c4a268443 (diff) | |
| download | poky-874701930bc5ef3c76d51cff4eabc83f45ca4b1b.tar.gz | |
python-async: Clarify BSD license variant
The license of python-async is BSD-3-Clause.
(From OE-Core rev: eac9b021e2de0922b0f8bf65a71ae4ce8bdc97b1)
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python-async.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-async.inc b/meta/recipes-devtools/python/python-async.inc index 139bf2c51c..af887dc4e5 100644 --- a/meta/recipes-devtools/python/python-async.inc +++ b/meta/recipes-devtools/python/python-async.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Python framework to process interdependent tasks in a pool of workers" | 1 | SUMMARY = "Python framework to process interdependent tasks in a pool of workers" |
| 2 | HOMEPAGE = "http://github.com/gitpython-developers/async" | 2 | HOMEPAGE = "http://github.com/gitpython-developers/async" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e" |
| 6 | 6 | ||
| 7 | inherit pypi | 7 | inherit pypi |
