dropbear: don't apply no-password patch

The patch.bbclass changes default to applying listed patches without an
apply/patch parameter. Set the apply parameter to no.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-06-01 15:08:02 +01:00
parent e2598fefaa
commit 7f0181202a
2 changed files with 6 additions and 6 deletions

View File

@ -7,11 +7,11 @@ PROVIDES = "ssh sshd"
RPROVIDES = "ssh sshd"
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.gz \
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://init"
file://urandom-xauth-changes-to-options.h.patch \
file://configure.patch \
file://fix-2kb-keys.patch \
file://allow-nopw.patch;apply=no \
file://init"
inherit autotools update-rc.d

View File

@ -1,3 +1,3 @@
require dropbear.inc
PR="r1"
PR="r2"