]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dropbear: Clarify LICENSE and drop PD
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jun 2026 14:59:43 +0000 (15:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jun 2026 10:18:17 +0000 (11:18 +0100)
The "public-domain" code has a MIT license header so we can remove
that from LICENSE (MIT is already listed).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dropbear/dropbear_2025.89.bb

index 957a0901fb05a3d9fd0f536fc560dadb2a3518d6..ece065265ff40b106d0dd978b08028fbcd75ccf6 100644 (file)
@@ -5,7 +5,8 @@ SECTION = "console/network"
 
 # some files are from other projects and have others license terms:
 #   public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
-LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD"
+# The 'public-domain' file is headered as MIT
+LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f"
 
 DEPENDS = "zlib virtual/crypt"