add patch to allow accounts without password for dropbear
authorMichael Lauer <mickey@vanille-media.de>
Tue, 1 Jun 2004 19:02:52 +0000 (19:02 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 1 Jun 2004 19:02:52 +0000 (19:02 +0000)
BKrev: 40bcd2dcGL_UzLFG1WF7PbPrQEJVMw

dropbear/dropbear-0.41/allow-nopw.patch [new file with mode: 0644]
dropbear/dropbear_0.41.oe

diff --git a/dropbear/dropbear-0.41/allow-nopw.patch b/dropbear/dropbear-0.41/allow-nopw.patch
new file mode 100644 (file)
index 0000000..e69de29
index c19f99f..2af7555 100644 (file)
@@ -4,8 +4,9 @@ DEPENDS = "zlib ncurses"
 PR = "r2"
 
 SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
-        file://configure.patch;patch=1 \
-        file://initd.patch;patch=1"
+          file://configure.patch;patch=1 \
+          file://initd.patch;patch=1 \
+          file://allow-nopw.patch;patch=1"
 S = "${WORKDIR}/dropbear-${PV}"
 
 inherit autotools update-rc.d