diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-06 15:16:59 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-16 06:09:56 -0700 |
| commit | a13f826f4a5e33cc8f68ba69159b2aa35ef5a85f (patch) | |
| tree | 810c1ae8865a62184ed4d22c72a3f6a5859c64a6 /meta | |
| parent | 2a745736abc4f0e159cc2da666b7724dacb7f12e (diff) | |
| download | poky-a13f826f4a5e33cc8f68ba69159b2aa35ef5a85f.tar.gz | |
unzip: Fix LICENSE
The contents of the LICENSE file included in the current source code
package match those of Info-ZIP license, which seems to originate from
the year 2009:
This is version 2009-Jan-02 of the Info-ZIP license.
(From OE-Core rev: e7c9368e56a6ad90b4ffbba1b765e2b3a331c796)
(From OE-Core rev: 33e92e85b1632e933c3099a45ba53c6904eb6b88)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/unzip/unzip_6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index e3fffa30ab..cf532c09d6 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Utilities for extracting and viewing files in .zip archives" | |||
| 2 | HOMEPAGE = "http://www.info-zip.org" | 2 | HOMEPAGE = "http://www.info-zip.org" |
| 3 | DESCRIPTION = "Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc." | 3 | DESCRIPTION = "Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc." |
| 4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
| 5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "Info-ZIP" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29" |
| 7 | PE = "1" | 7 | PE = "1" |
| 8 | PR = "r5" | 8 | PR = "r5" |
