diff options
author | Andrej Valek <andrej.valek@siemens.com> | 2020-07-03 12:06:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-03 20:17:29 +0100 |
commit | 6178eb247c73f9b2c7bd73f48cff8a7445e8e10c (patch) | |
tree | 16d763a230c19be7fd0c5d92824e5474888b2aac /meta | |
parent | 639731840aa9dc028372434661bb1517be21e843 (diff) | |
download | poky-6178eb247c73f9b2c7bd73f48cff8a7445e8e10c.tar.gz |
dropbear: update to 2020.80
License-Update: changed date and added info about existence LICENSE files
in libtomcrypt and libtommath folders
(From OE-Core rev: 0954933a7cc61307df1a840318c9a553050ecdb6)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dropbear/dropbear.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/dropbear/dropbear_2020.79.bb | 3 | ||||
-rw-r--r-- | meta/recipes-core/dropbear/dropbear_2020.80.bb | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index 240e328ed2..080ee26b2e 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
@@ -5,7 +5,7 @@ SECTION = "console/network" | |||
5 | # some files are from other projects and have others license terms: | 5 | # some files are from other projects and have others license terms: |
6 | # public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY | 6 | # public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY |
7 | LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD" | 7 | LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da58928b5d844c6667963cb5a109272d" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f" |
9 | 9 | ||
10 | DEPENDS = "zlib virtual/crypt" | 10 | DEPENDS = "zlib virtual/crypt" |
11 | RPROVIDES_${PN} = "ssh sshd" | 11 | RPROVIDES_${PN} = "ssh sshd" |
diff --git a/meta/recipes-core/dropbear/dropbear_2020.79.bb b/meta/recipes-core/dropbear/dropbear_2020.79.bb deleted file mode 100644 index 43a17bf1e5..0000000000 --- a/meta/recipes-core/dropbear/dropbear_2020.79.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require dropbear.inc | ||
2 | |||
3 | SRC_URI[sha256sum] = "084f00546b1610a3422a0773e2c04cbe1a220d984209e033b548b49f379cc441" | ||
diff --git a/meta/recipes-core/dropbear/dropbear_2020.80.bb b/meta/recipes-core/dropbear/dropbear_2020.80.bb new file mode 100644 index 0000000000..088c71cb99 --- /dev/null +++ b/meta/recipes-core/dropbear/dropbear_2020.80.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require dropbear.inc | ||
2 | |||
3 | SRC_URI[sha256sum] = "d927941b91f2da150b2033f1a88b6a47999bf0afb1493a73e9216cffdb5d7949" | ||