diff options
Diffstat (limited to 'recipes/dropbear')
-rw-r--r-- | recipes/dropbear/dropbear-early_1.0.bb | 2 | ||||
-rw-r--r-- | recipes/dropbear/dropbear.inc | 4 | ||||
-rw-r--r-- | recipes/dropbear/dropbear_0.49.bb | 2 | ||||
-rw-r--r-- | recipes/dropbear/dropbear_0.51.bb | 3 | ||||
-rw-r--r-- | recipes/dropbear/dropbear_0.52.bb | 3 |
5 files changed, 7 insertions, 7 deletions
diff --git a/recipes/dropbear/dropbear-early_1.0.bb b/recipes/dropbear/dropbear-early_1.0.bb index c947cf0e74..3500670aca 100644 --- a/recipes/dropbear/dropbear-early_1.0.bb +++ b/recipes/dropbear/dropbear-early_1.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Allow to start dropbear soon after boot, depending on kernel command line option." SECTION = "devel" RDEPENDS = "dropbear" -PR = "r3" +PR = "${INC_PR}.0" SRC_URI = "file://dropbear-early" diff --git a/recipes/dropbear/dropbear.inc b/recipes/dropbear/dropbear.inc index 364799f12e..2e3b7dd6b0 100644 --- a/recipes/dropbear/dropbear.inc +++ b/recipes/dropbear/dropbear.inc @@ -6,12 +6,14 @@ 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 \ + file://allow-nopw.patch;patch=1 \ file://init \ " SRC_URI_append_openmoko = "\ diff --git a/recipes/dropbear/dropbear_0.49.bb b/recipes/dropbear/dropbear_0.49.bb index bf2f2add60..9d45ea0f3b 100644 --- a/recipes/dropbear/dropbear_0.49.bb +++ b/recipes/dropbear/dropbear_0.49.bb @@ -1,5 +1,5 @@ require dropbear.inc -PR = "r2" +PR = "${INC_PR}.0" SRC_URI += "file://scp-argument-fix.patch;patch=1" diff --git a/recipes/dropbear/dropbear_0.51.bb b/recipes/dropbear/dropbear_0.51.bb index 2566fbbd9b..cdd312cb88 100644 --- a/recipes/dropbear/dropbear_0.51.bb +++ b/recipes/dropbear/dropbear_0.51.bb @@ -1,4 +1,3 @@ require dropbear.inc -PR = "r1.01" - +PR = "${INC_PR}.0" SRC_URI += "file://no-host-lookup.patch;patch=1" diff --git a/recipes/dropbear/dropbear_0.52.bb b/recipes/dropbear/dropbear_0.52.bb index 6b2517b69a..6130e50380 100644 --- a/recipes/dropbear/dropbear_0.52.bb +++ b/recipes/dropbear/dropbear_0.52.bb @@ -1,6 +1,5 @@ require dropbear.inc -PR = "r0" - +PR = "${INC_PR}.0" SRC_URI += "file://no-host-lookup.patch;patch=1" DEFAULT_PREFERENCE = "-1" |