diff mbox series

[meta-java,1/2] recipes-core: jcraft: use SPDX compatible string instead of plain BSD

Message ID 20230111123051.1123058-1-a.fatoum@pengutronix.de
State New
Headers show
Series [meta-java,1/2] recipes-core: jcraft: use SPDX compatible string instead of plain BSD | expand

Commit Message

Ahmad Fatoum Jan. 11, 2023, 12:30 p.m. UTC
Build on kirkstone now reports that the BSD LICENSE used in some recipes
is not specific enough:

  WARNING: jzlib-native-1.0.7-r0 do_populate_lic: QA Issue: jzlib-native:
  No generic license file exists for: BSD in any provider [license-exists]
  WARNING: jsch-native-0.1.40-r0 do_populate_lic: QA Issue: jsch-native:
  No generic license file exists for: BSD in any provider [license-exists]

Upon inspection, both jcraft packages are actually BSD-3-Clause, so
reflect that in the LICENSE field.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 recipes-core/jcraft/jsch_0.1.40.bb | 2 +-
 recipes-core/jcraft/jzlib_1.0.7.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb
index a0f70d869b2e..8ad71b492249 100644
--- a/recipes-core/jcraft/jsch_0.1.40.bb
+++ b/recipes-core/jcraft/jsch_0.1.40.bb
@@ -1,6 +1,6 @@ 
 SUMMARY = "SSH implementation in Java"
 HOMEPAGE = "http://www.jcraft.com/jsch"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/jsch/jsch-${PV}.zip"
diff --git a/recipes-core/jcraft/jzlib_1.0.7.bb b/recipes-core/jcraft/jzlib_1.0.7.bb
index 70b521204979..1e34d2c0b15b 100644
--- a/recipes-core/jcraft/jzlib_1.0.7.bb
+++ b/recipes-core/jcraft/jzlib_1.0.7.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "zlib implementation in Java"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a2b2e5b95bf768dd5c4ca097c9cde9e9"
 
 HOMEPAGE = "http://www.jcraft.com/jzlib"