diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2017-08-24 11:04:39 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:05 +0200 |
commit | 5eacc412f38049f827d837a104d102e4549ae49e (patch) | |
tree | 3e717d0d851f3e9898ec5a3687bff93673256c0d /meta-python | |
parent | 12e866c2cbbd2227cc6097400a10abfcdb5bb47a (diff) | |
download | meta-openembedded-5eacc412f38049f827d837a104d102e4549ae49e.tar.gz |
python*-astroid: use SPDX compatible license identifier
License is LGPL-2.1, not simply LGPL
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-astroid.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid.inc b/meta-python/recipes-devtools/python/python-astroid.inc index a5bb10695..4cb1a3c4b 100644 --- a/meta-python/recipes-devtools/python/python-astroid.inc +++ b/meta-python/recipes-devtools/python/python-astroid.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "An abstract syntax tree for Python with inference support." | 1 | SUMMARY = "An abstract syntax tree for Python with inference support." |
2 | HOMEPAGE = "https://pypi.python.org/pypi/astroid" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/astroid" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "6f65e4ea8290ec032320460905afb828" | 7 | SRC_URI[md5sum] = "6f65e4ea8290ec032320460905afb828" |