summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/dropbear/dropbear_0.46.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/dropbear/dropbear_0.46.bb')
-rw-r--r--openembedded/packages/dropbear/dropbear_0.46.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/packages/dropbear/dropbear_0.46.bb b/openembedded/packages/dropbear/dropbear_0.46.bb
index 80373e3a1b..5bce95a71d 100644
--- a/openembedded/packages/dropbear/dropbear_0.46.bb
+++ b/openembedded/packages/dropbear/dropbear_0.46.bb
@@ -3,14 +3,15 @@ HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
3SECTION = "console/network" 3SECTION = "console/network"
4LICENSE = "MIT" 4LICENSE = "MIT"
5DEPENDS = "zlib" 5DEPENDS = "zlib"
6PR = "r3"
7PROVIDES = "ssh sshd" 6PROVIDES = "ssh sshd"
7PR = "r4"
8 8
9SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ 9SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
10 file://urandom-xauth-changes-to-options.h.patch;patch=1 \ 10 file://urandom-xauth-changes-to-options.h.patch;patch=1 \
11 file://configure.patch;patch=1 \ 11 file://configure.patch;patch=1 \
12 file://allow-nopw.patch \ 12 file://allow-nopw.patch \
13 file://fix-2kb-keys.patch;patch=1 \ 13 file://fix-2kb-keys.patch;patch=1 \
14 file://chansession-security-fix.patch;patch=1 \
14 file://init" 15 file://init"
15 16
16inherit autotools update-rc.d 17inherit autotools update-rc.d