From: Michael Lauer Date: Tue, 1 Jun 2004 19:02:52 +0000 (+0000) Subject: add patch to allow accounts without password for dropbear X-Git-Tag: Release-2010-05/1~18932 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd813848b924e594da9ba5a365a40ce64e574dc;p=openembedded.git add patch to allow accounts without password for dropbear BKrev: 40bcd2dcGL_UzLFG1WF7PbPrQEJVMw --- diff --git a/dropbear/dropbear-0.41/allow-nopw.patch b/dropbear/dropbear-0.41/allow-nopw.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe index c19f99fde9..2af7555229 100644 --- a/dropbear/dropbear_0.41.oe +++ b/dropbear/dropbear_0.41.oe @@ -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