mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
require dropbear.inc
|
||||
|
||||
PR="r1"
|
||||
PR="r2"
|
||||
|
||||
Reference in New Issue
Block a user