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-scrypt.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-scrypt.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-scrypt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-scrypt.inc b/meta-python/recipes-devtools/python/python-scrypt.inc index fef6ec976c..aff86a594f 100644 --- a/meta-python/recipes-devtools/python/python-scrypt.inc +++ b/meta-python/recipes-devtools/python/python-scrypt.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" | 1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" |
2 | LICENSE = "BSD-2-Clause" | 2 | LICENSE = "BSD-2-Clause" |
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=168ff75417f75a83e63c8875292d44dc" |
4 | HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/overview" | 4 | HOMEPAGE="https://bitbucket.org/mhallin/py-scrypt/overview" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-scrypt:" | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-scrypt:" |