summaryrefslogtreecommitdiffstats
path: root/recipes-core/jcraft/jsch_0.1.40.bb
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2022-05-19 13:43:53 +1200
committerRichard Leitner <richard.leitner@skidata.com>2022-08-22 10:12:29 +0200
commit6b2a48c3a7b1236a9d915135f685ef7eef5dcd02 (patch)
tree16abee094948bda67ed09daf1bbaa9d7d6c48b9f /recipes-core/jcraft/jsch_0.1.40.bb
parentf61c2c48b24d38ebf25f91b148eb7b92a7616543 (diff)
downloadmeta-java-6b2a48c3a7b1236a9d915135f685ef7eef5dcd02.tar.gz
BSD licenses: Updated to SPDX namings
javasqlite has an MIT license, not a BSD one. Silences warnings of this form: 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] Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/jcraft/jsch_0.1.40.bb')
-rw-r--r--recipes-core/jcraft/jsch_0.1.40.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb
index 1170095..07d5b9e 100644
--- a/recipes-core/jcraft/jsch_0.1.40.bb
+++ b/recipes-core/jcraft/jsch_0.1.40.bb
@@ -1,6 +1,6 @@
1SUMMARY = "SSH implementation in Java" 1SUMMARY = "SSH implementation in Java"
2HOMEPAGE = "http://www.jcraft.com/jsch" 2HOMEPAGE = "http://www.jcraft.com/jsch"
3LICENSE = "BSD" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=55e3b6a0987ccd0c34530f3df2d206ae"
5 5
6SRC_URI = "${SOURCEFORGE_MIRROR}/jsch/jsch-${PV}.zip" 6SRC_URI = "${SOURCEFORGE_MIRROR}/jsch/jsch-${PV}.zip"