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_0.51.bb | |
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_0.51.bb')
-rw-r--r-- | recipes/dropbear/dropbear_0.51.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/dropbear/dropbear_0.51.bb b/recipes/dropbear/dropbear_0.51.bb index 2566fbbd9b..cdd312cb88 100644 --- a/recipes/dropbear/dropbear_0.51.bb +++ b/recipes/dropbear/dropbear_0.51.bb @@ -1,4 +1,3 @@ require dropbear.inc -PR = "r1.01" - +PR = "${INC_PR}.0" SRC_URI += "file://no-host-lookup.patch;patch=1" |