summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-11-25 13:35:32 +0100
committerRichard Leitner <richard.leitner@skidata.com>2022-11-28 20:59:12 +0100
commitfc4f7444dc4bd261c2dd4eca3e186f6be3eca3fc (patch)
treee272f48a3ddd0afa5bd6c2e122ad4115b0557bb6
parent23416a77935d9168304c99d2c48e16e54d2d15e4 (diff)
downloadmeta-java-fc4f7444dc4bd261c2dd4eca3e186f6be3eca3fc.tar.gz
jsch: switch to inclusive language
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/jcraft/jsch_0.1.40.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb
index 07d5b9e..2597126 100644
--- a/recipes-core/jcraft/jsch_0.1.40.bb
+++ b/recipes-core/jcraft/jsch_0.1.40.bb
@@ -25,8 +25,8 @@ do_compile() {
25SRC_URI[md5sum] = "b59cec19a487e95aed68378976b4b566" 25SRC_URI[md5sum] = "b59cec19a487e95aed68378976b4b566"
26SRC_URI[sha256sum] = "ca9d2ae08fd7a8983fb00d04f0f0c216a985218a5eb364ff9bee73870f28e097" 26SRC_URI[sha256sum] = "ca9d2ae08fd7a8983fb00d04f0f0c216a985218a5eb364ff9bee73870f28e097"
27 27
28# Whitelist the CVE because it only affects Windows platforms 28# Ignore the CVE because it only affects Windows platforms
29CVE_CHECK_WHITELIST += "CVE-2016-5725" 29CVE_CHECK_IGNORE += "CVE-2016-5725"
30 30
31BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "native"
32 32