diff mbox series

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

Message ID 20230111123051.1123058-2-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 jdepend
is not specific enough:

  WARNING: jdepend-native-2.9.1-r0 do_populate_lic: QA Issue:
  jdepend-native: No generic license file exists for: BSD in any provider
  [license-exists]

Upon inspection, jdepend is actually BSD-3-Clause, so reflect that in
the LICENSE field.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 recipes-core/jdepend/jdepend_2.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-core/jdepend/jdepend_2.9.1.bb b/recipes-core/jdepend/jdepend_2.9.1.bb
index deae6a8eb74a..1fa156ca90c6 100644
--- a/recipes-core/jdepend/jdepend_2.9.1.bb
+++ b/recipes-core/jdepend/jdepend_2.9.1.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Design quality metrics generator for each Java"
 
 # see https://github.com/clarkware/jdepend/blob/master/LICENSE
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f5777d32a7709d558c2877d4a6616230"
 
 HOMEPAGE = "https://github.com/clarkware/jdepend"