From: Yoann Congal <[email protected]> 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 <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 06d3dbfcb12dc030a068fb658153d9e4679dd05f) Signed-off-by: Yoann Congal <[email protected]> --- meta/recipes-core/dropbear/dropbear_2025.89.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/dropbear/dropbear_2025.89.bb b/meta/recipes-core/dropbear/dropbear_2025.89.bb index ece065265ff..685ecf9a1b3 100644 --- a/meta/recipes-core/dropbear/dropbear_2025.89.bb +++ b/meta/recipes-core/dropbear/dropbear_2025.89.bb @@ -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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240208): https://lists.openembedded.org/g/openembedded-core/message/240208 Mute This Topic: https://lists.openembedded.org/mt/120131961/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
