[oe-commits] Khem Raj : dropbear: Enable allow empty password patch.

git version control git at git.openembedded.org
Fri Sep 4 04:23:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c26fc5db90702b035bd545cff3ee7575a0f9b70f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c26fc5db90702b035bd545cff3ee7575a0f9b70f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Sep  3 21:19:42 2009 -0700

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 at gmail.com>

---

 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(-)

diff --git a/recipes/dropbear/dropbear-early_1.0.bb b/recipes/dropbear/dropbear-early_1.0.bb
index c947cf0..3500670 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 364799f..2e3b7dd 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 bf2f2ad..9d45ea0 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 2566fbb..cdd312c 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 6b2517b..6130e50 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"





More information about the Openembedded-commits mailing list