diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-26 09:40:18 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:09 -0700 |
| commit | 3659a13cf683de1ab250a79d8c975445ff803140 (patch) | |
| tree | 327940bd55de4b25ef37c56f39638bc2ee037374 /meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb | |
| parent | 81858aa811243d64072103ca2d3fa9caf7452233 (diff) | |
| download | meta-openembedded-3659a13cf683de1ab250a79d8c975445ff803140.tar.gz | |
python3-haversine: Fix LIC_FILES_CHKSUM
Change the reference to the MIT license containing LICENSE file in the
downloaded archive.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb index e45ae79860..5fd5ddd71c 100644 --- a/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "Calculate the distance between 2 points on Earth" | 1 | SUMMARY = "Calculate the distance between 2 points on Earth" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20a52d2c688975e989fcbee3e6c8d1a1" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "ab750caa0c8f2168bd7b00a429757a83a8393be1aa30f91c2becf6b523189e2a" | 5 | SRC_URI[sha256sum] = "ab750caa0c8f2168bd7b00a429757a83a8393be1aa30f91c2becf6b523189e2a" |
| 6 | 6 | ||
