From c26fc5db90702b035bd545cff3ee7575a0f9b70f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 3 Sep 2009 21:19:42 -0700 Subject: 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 --- recipes/dropbear/dropbear-early_1.0.bb | 2 +- recipes/dropbear/dropbear.inc | 4 +++- recipes/dropbear/dropbear_0.49.bb | 2 +- recipes/dropbear/dropbear_0.51.bb | 3 +-- recipes/dropbear/dropbear_0.52.bb | 3 +-- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/dropbear') diff --git a/recipes/dropbear/dropbear-early_1.0.bb b/recipes/dropbear/dropbear-early_1.0.bb index c947cf0e74..3500670aca 100644 --- a/recipes/dropbear/dropbear-early_1.0.bb +++ b/recipes/dropbear/dropbear-early_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Allow to start dropbear soon after boot, depending on kernel command line option." SECTION = "devel" RDEPENDS = "dropbear" -PR = "r3" +PR = "${INC_PR}.0" SRC_URI = "file://dropbear-early" 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 = "\ diff --git a/recipes/dropbear/dropbear_0.49.bb b/recipes/dropbear/dropbear_0.49.bb index bf2f2add60..9d45ea0f3b 100644 --- a/recipes/dropbear/dropbear_0.49.bb +++ b/recipes/dropbear/dropbear_0.49.bb @@ -1,5 +1,5 @@ require dropbear.inc -PR = "r2" +PR = "${INC_PR}.0" SRC_URI += "file://scp-argument-fix.patch;patch=1" 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" diff --git a/recipes/dropbear/dropbear_0.52.bb b/recipes/dropbear/dropbear_0.52.bb index 6b2517b69a..6130e50380 100644 --- a/recipes/dropbear/dropbear_0.52.bb +++ b/recipes/dropbear/dropbear_0.52.bb @@ -1,6 +1,5 @@ require dropbear.inc -PR = "r0" - +PR = "${INC_PR}.0" SRC_URI += "file://no-host-lookup.patch;patch=1" DEFAULT_PREFERENCE = "-1" -- cgit 1.2.3-korg