]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
dropbear: Add missing WTFPL & Unlicense in LICENSE and LIC_FILES_CHKSUM
authorYoann Congal <yoann.congal@smile.fr>
Tue, 30 Jun 2026 13:48:54 +0000 (15:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2026 10:16:15 +0000 (11:16 +0100)
Vendored libtomcrypt and libtommath are respectively WTFPL and
Unlicense: update LICENSE to reflect that and include vendored LICENSE
files in LIC_FILES_CHKSUM to detect changes.

Note: libtomcrypt/LICENSE also specify "Public domain" but that is not a
real licence, so choose the alternative: WTFPL.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dropbear/dropbear_2026.91.bb

index 826a691b04ddb656b12c759edcef0cfa0d6f24af..cdddd64fe2c9f1ed4abea01ebd2cc4858c733086 100644 (file)
@@ -6,8 +6,12 @@ SECTION = "console/network"
 # some files are from other projects and have others license terms:
 #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
 # The 'public-domain' file is headered as MIT
-LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f"
+LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & WTFPL & Unlicense"
+LIC_FILES_CHKSUM = " \
+    file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f \
+    file://libtomcrypt/LICENSE;md5=71baacc459522324ef3e2b9e052e8180 \
+    file://libtommath/LICENSE;md5=23e7e0a32e53a2b1d35f5fd9ef053402 \
+"
 
 DEPENDS = "zlib virtual/crypt"
 RPROVIDES:${PN} = "ssh sshd"