[oe-commits] Roman I Khimov : iperf: switch to INC_PR

git version control git at git.openembedded.org
Thu Jun 10 19:20:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d5cdf92bba08438c248aae145503de5fd829720a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d5cdf92bba08438c248aae145503de5fd829720a

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri May 28 16:33:42 2010 +0400

iperf: switch to INC_PR

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/iperf/iperf.inc      |    2 +-
 recipes/iperf/iperf_2.0.2.bb |    3 ++-
 recipes/iperf/iperf_2.0.4.bb |    3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/iperf/iperf.inc b/recipes/iperf/iperf.inc
index 214c165..138ba29 100644
--- a/recipes/iperf/iperf.inc
+++ b/recipes/iperf/iperf.inc
@@ -2,7 +2,7 @@ SECTION = "console/network"
 DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
 HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/"
 LICENSE = "BSD"
-PR = "r1"
+INC_PR = "r1"
 
 inherit autotools
 
diff --git a/recipes/iperf/iperf_2.0.2.bb b/recipes/iperf/iperf_2.0.2.bb
index 58a53bc..f5fa592 100644
--- a/recipes/iperf/iperf_2.0.2.bb
+++ b/recipes/iperf/iperf_2.0.2.bb
@@ -1,7 +1,8 @@
 require iperf.inc
 
-SRC_URI = "http://dast.nlanr.net/Projects/Iperf2.0/iperf-${PV}.tar.gz"
+PR = "${INC_PR}.0"
 
+SRC_URI = "http://dast.nlanr.net/Projects/Iperf2.0/iperf-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "bb658aba58a5af0356f5b1342dfe8f53"
 SRC_URI[sha256sum] = "e9baea8cb516b5d83013f746f9fa104abb45fcf15d444a03add06769916e41d6"
diff --git a/recipes/iperf/iperf_2.0.4.bb b/recipes/iperf/iperf_2.0.4.bb
index 29e96c9..27e374f 100644
--- a/recipes/iperf/iperf_2.0.4.bb
+++ b/recipes/iperf/iperf_2.0.4.bb
@@ -1,7 +1,8 @@
 require iperf.inc
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/iperf/iperf-${PV}.tar.gz"
+PR = "${INC_PR}.0"
 
+SRC_URI = "${SOURCEFORGE_MIRROR}/iperf/iperf-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "8c5bc14cc2ea55f18f22afe3c23e3dcb"
 SRC_URI[sha256sum] = "3b52f1c178d6a99c27114929d5469c009197d15379c967b329bafb956f397944"





More information about the Openembedded-commits mailing list