dropbear: switch to INC_PR
authorRoman I Khimov <khimov@altell.ru>
Thu, 3 Jun 2010 14:17:36 +0000 (18:17 +0400)
committerRoman I Khimov <khimov@altell.ru>
Wed, 9 Jun 2010 07:15:52 +0000 (11:15 +0400)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/dropbear/dropbear.inc
recipes/dropbear/dropbear_0.49.bb
recipes/dropbear/dropbear_0.51.bb
recipes/dropbear/dropbear_0.52.bb

index 056732f..f0b621a 100644 (file)
@@ -6,6 +6,8 @@ DEPENDS = "zlib"
 PROVIDES = "ssh sshd"
 RPROVIDES = "ssh sshd"
 
+INC_PR = "r2"
+
 SRC_URI = "\
   http://matt.ucc.asn.au/dropbear/dropbear-${PV}.tar.bz2 \
   file://urandom-xauth-changes-to-options.h.patch \
index 79a2de6..9ebce14 100644 (file)
@@ -1,6 +1,6 @@
 require dropbear.inc
 
-PR = "r2"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://scp-argument-fix.patch"
 
index 168f5bb..b927f32 100644 (file)
@@ -1,5 +1,5 @@
 require dropbear.inc
-PR = "r1.01"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://no-host-lookup.patch"
 
index 0e36b99..975788a 100644 (file)
@@ -1,5 +1,5 @@
 require dropbear.inc
-PR = "r0"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://no-host-lookup.patch"