Revert "dropbear: Enable allow empty password patch."
authorKoen Kooi <koen@openembedded.org>
Fri, 4 Sep 2009 09:42:16 +0000 (11:42 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 4 Sep 2009 09:42:16 +0000 (11:42 +0200)
dropbear.inc needs the patch non-applied, see the thread in http://thread.gmane.org/gmane.comp.handhelds.openembedded/26302

This reverts commit c26fc5db90702b035bd545cff3ee7575a0f9b70f.

recipes/dropbear/dropbear-early_1.0.bb
recipes/dropbear/dropbear.inc
recipes/dropbear/dropbear_0.49.bb
recipes/dropbear/dropbear_0.51.bb
recipes/dropbear/dropbear_0.52.bb

index 3500670..c947cf0 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Allow to start dropbear soon after boot, depending on kernel command line option."
 SECTION = "devel"
 RDEPENDS = "dropbear"
-PR = "${INC_PR}.0"
+PR = "r3"
 
 SRC_URI = "file://dropbear-early"
 
index 2e3b7dd..364799f 100644 (file)
@@ -6,14 +6,12 @@ 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;patch=1 \
+  file://allow-nopw.patch \
   file://init \
 "
 SRC_URI_append_openmoko = "\
index 9d45ea0..bf2f2ad 100644 (file)
@@ -1,5 +1,5 @@
 require dropbear.inc
 
-PR = "${INC_PR}.0"
+PR = "r2"
 
 SRC_URI += "file://scp-argument-fix.patch;patch=1"
index cdd312c..2566fbb 100644 (file)
@@ -1,3 +1,4 @@
 require dropbear.inc
-PR = "${INC_PR}.0"
+PR = "r1.01"
+
 SRC_URI += "file://no-host-lookup.patch;patch=1"
index 6130e50..6b2517b 100644 (file)
@@ -1,5 +1,6 @@
 require dropbear.inc
-PR = "${INC_PR}.0"
+PR = "r0"
+
 SRC_URI += "file://no-host-lookup.patch;patch=1"
 
 DEFAULT_PREFERENCE = "-1"