diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
commit | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch) | |
tree | 45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/dropbear/dropbear_0.46.bb | |
parent | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff) | |
download | poky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz |
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/dropbear/dropbear_0.46.bb')
-rw-r--r-- | openembedded/packages/dropbear/dropbear_0.46.bb | 3 |
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" | |||
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | DEPENDS = "zlib" | 5 | DEPENDS = "zlib" |
6 | PR = "r3" | ||
7 | PROVIDES = "ssh sshd" | 6 | PROVIDES = "ssh sshd" |
7 | PR = "r4" | ||
8 | 8 | ||
9 | SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ | 9 | SRC_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 | ||
16 | inherit autotools update-rc.d | 17 | inherit autotools update-rc.d |