diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-30 18:50:59 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-30 09:27:57 -0700 |
commit | 31a55b947d077c9ad9b61f30bf616ca32c425192 (patch) | |
tree | c215892c0431cd0fbe6965ac4c6e6f0d130ffe34 /meta-python/recipes-devtools/python/python-intervals.inc | |
parent | 9d559933d7243969777625c7a66511fc43f1f2a0 (diff) | |
download | meta-openembedded-31a55b947d077c9ad9b61f30bf616ca32c425192.tar.gz |
Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUM
Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded
code is never the right thing to do, there must be some
license information and that has to be checked instead.
In several cases the claimed LICENSE was also incorrect.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-intervals.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-intervals.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-intervals.inc b/meta-python/recipes-devtools/python/python-intervals.inc index 1ecca3524..a915e09f9 100644 --- a/meta-python/recipes-devtools/python/python-intervals.inc +++ b/meta-python/recipes-devtools/python/python-intervals.inc | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "Interval arithmetic for Python" | |||
2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" | 2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "LGPLv3" |
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" |
7 | 7 | ||
8 | PYPI_PACKAGE := "python-intervals" | 8 | PYPI_PACKAGE := "python-intervals" |
9 | 9 | ||