diff options
author | Frederico Cadete <Frederico.Cadete-ext@oneaccess-net.com> | 2017-05-03 14:53:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:32 +0200 |
commit | c92ccfe8fe3f5bf49472f7f88c219fdcd83eb5a5 (patch) | |
tree | b1f77d154f5bdf4b90d794c57fd3c9ec58af22f6 /meta-python | |
parent | 3750f277a40ecdbc5dc61bf59c10b71e71eb46dc (diff) | |
download | meta-openembedded-c92ccfe8fe3f5bf49472f7f88c219fdcd83eb5a5.tar.gz |
python-pyudev: correct LICENSE from GPLv2 to LGPLv2.1+
LGPLv2.1 is what is in the project's COPYING file.
LGPLv2.1+ is what is mentioned in the project's setup.py and in the
headers of the source files.
Signed-off-by: Frederico Cadete <Frederico.Cadete-ext@oneaccess-net.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb index 7253f883f..b0a1acb48 100644 --- a/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb +++ b/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A libudev binding" | 1 | SUMMARY = "A libudev binding" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "LGPLv2.1+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b" | 5 | SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b" |