[OE-core] [PATCH] zip: fix the license description

Takuma Ueba ueba.takuma at jp.fujitsu.com
Wed Jul 11 09:45:32 UTC 2018


Exactly speaking, BSD-3-Clause differ from Info-ZIP license.
Consequently, we fixed license description.

Signed-off-by: Takuma Ueba <ueba.takuma at jp.fujitsu.com>
---
 meta/recipes-extended/zip/zip_3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb
index de779e94aa..7851a2a506 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Compressor/archiver for creating and modifying .zip files"
 HOMEPAGE = "http://www.info-zip.org"
 SECTION = "console/utils"
 
-LICENSE = "BSD-3-Clause"
+LICENSE = "Info-ZIP"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=04d43c5d70b496c032308106e26ae17d"
 
 PR = "r2"
-- 
2.17.1





More information about the Openembedded-core mailing list