diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-03 21:19:42 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-03 21:23:21 -0700 |
commit | c26fc5db90702b035bd545cff3ee7575a0f9b70f (patch) | |
tree | 7999f13c6c04c40961b3c8a32b8b364411e1df96 /recipes/dropbear/dropbear.inc | |
parent | 7676ddac226422b3e8b0209c87353476b820abde (diff) |
dropbear: Enable allow empty password patch.
* Switch to using INC_PR
* Enable allow-empty_passed.patch without this
its not possible to login unless root password
is changed to be non empty
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/dropbear/dropbear.inc')
-rw-r--r-- | recipes/dropbear/dropbear.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/dropbear/dropbear.inc b/recipes/dropbear/dropbear.inc index 364799f12e..2e3b7dd6b0 100644 --- a/recipes/dropbear/dropbear.inc +++ b/recipes/dropbear/dropbear.inc @@ -6,12 +6,14 @@ DEPENDS = "zlib" PROVIDES = "ssh sshd" RPROVIDES = "ssh sshd" +INC_PR = "r3" + SRC_URI = "\ http://matt.ucc.asn.au/dropbear/dropbear-${PV}.tar.bz2 \ file://urandom-xauth-changes-to-options.h.patch;patch=1 \ file://configure.patch;patch=1 \ file://fix-2kb-keys.patch;patch=1 \ - file://allow-nopw.patch \ + file://allow-nopw.patch;patch=1 \ file://init \ " SRC_URI_append_openmoko = "\ |