summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear.inc
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-10-21 17:36:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 15:59:15 +0100
commit4af98865640652006b13cf871ad255a3280c9019 (patch)
tree4a5c145aeb9bad471da87d9aa50c70633b652c92 /meta/recipes-core/dropbear/dropbear.inc
parentb831b8c072583a4ab2d69fbd4c5b18f76eb2d44b (diff)
downloadpoky-4af98865640652006b13cf871ad255a3280c9019.tar.gz
dropbear: update to 2013.60 version
update to latest version 2013.60 Update 0006-dropbear-configuration-file.patch for 2013.60 (From OE-Core rev: 76e8b841d19789fe54ef650d6e8b42950fd27ceb) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dropbear/dropbear.inc')
-rw-r--r--meta/recipes-core/dropbear/dropbear.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index 9498bf8111..ee17d9f22b 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -2,12 +2,10 @@ DESCRIPTION = "Dropbear is a lightweight SSH and SCP implementation"
2HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html" 2HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
3SECTION = "console/network" 3SECTION = "console/network"
4 4
5INC_PR = "r1"
6
7# some files are from other projects and have others license terms: 5# some files are from other projects and have others license terms:
8# public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY 6# public domain, OpenSSH 3.5p1, OpenSSH3.6.1p2, PuTTY
9LICENSE = "MIT" 7LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5b0c2f0d0c49dfde9558ae2036683c" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=de74413ba7e05b7a37c4722e75f436cd"
11 9
12DEPENDS = "zlib" 10DEPENDS = "zlib"
13RPROVIDES_${PN} = "ssh sshd" 11RPROVIDES_${PN} = "ssh sshd"