[oe-commits] Jan Lübbe : net-snmp: switch to INC_PR

git version control git at git.openembedded.org
Fri Sep 18 08:05:22 UTC 2009


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

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Wed Sep  9 11:25:23 2009 +0000

net-snmp: switch to INC_PR

---

 recipes/net-snmp/net-snmp.inc        |    1 +
 recipes/net-snmp/net-snmp_5.1.2.bb   |    2 +-
 recipes/net-snmp/net-snmp_5.4.1.bb   |    2 +-
 recipes/net-snmp/net-snmp_5.4.2.1.bb |    1 +
 recipes/net-snmp/net-snmp_svn.bb     |    2 +-
 5 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/net-snmp/net-snmp.inc b/recipes/net-snmp/net-snmp.inc
index dcc02e7..769eb68 100644
--- a/recipes/net-snmp/net-snmp.inc
+++ b/recipes/net-snmp/net-snmp.inc
@@ -6,6 +6,7 @@ RDEPENDS_${PN}-server += "net-snmp-mibs"
 RDEPENDS_${PN}-client += "net-snmp-mibs"
 RDEPENDS_${PN}-dev = "net-snmp-client (= ${EXTENDPV}) net-snmp-server (= ${EXTENDPV})"
 RRECOMMENDS_${PN}-dbg = "net-snmp-client (= ${EXTENDPV}) net-snmp-server (= ${EXTENDPV})"
+INC_PR = "r5"
 
 inherit autotools update-rc.d
 
diff --git a/recipes/net-snmp/net-snmp_5.1.2.bb b/recipes/net-snmp/net-snmp_5.1.2.bb
index 527c9e3..b221c48 100644
--- a/recipes/net-snmp/net-snmp_5.1.2.bb
+++ b/recipes/net-snmp/net-snmp_5.1.2.bb
@@ -1,5 +1,5 @@
 require net-snmp.inc
-PR = "r4"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
 	file://uclibc-fix.patch;patch=1 \
diff --git a/recipes/net-snmp/net-snmp_5.4.1.bb b/recipes/net-snmp/net-snmp_5.4.1.bb
index f76005b..943e5f7 100644
--- a/recipes/net-snmp/net-snmp_5.4.1.bb
+++ b/recipes/net-snmp/net-snmp_5.4.1.bb
@@ -1,5 +1,5 @@
 require net-snmp.inc
-PR = "r2"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
         file://configure-tail.patch;patch=1 \
diff --git a/recipes/net-snmp/net-snmp_5.4.2.1.bb b/recipes/net-snmp/net-snmp_5.4.2.1.bb
index 3c51a5f..7e81151 100644
--- a/recipes/net-snmp/net-snmp_5.4.2.1.bb
+++ b/recipes/net-snmp/net-snmp_5.4.2.1.bb
@@ -1,4 +1,5 @@
 require net-snmp.inc
+PR = "${INC_PR}.0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
         file://configure-tail.patch;patch=1 \
diff --git a/recipes/net-snmp/net-snmp_svn.bb b/recipes/net-snmp/net-snmp_svn.bb
index 2f82865..c8c39fa 100644
--- a/recipes/net-snmp/net-snmp_svn.bb
+++ b/recipes/net-snmp/net-snmp_svn.bb
@@ -1,7 +1,7 @@
 require net-snmp.inc
 DEPENDS += "libtool libtool-native libtool-cross"
+PR = "${INC_PR}.0"
 
-PR = "r3"
 S = "${WORKDIR}/net-snmp"
 
 SRC_URI = "svn://net-snmp.svn.sourceforge.net/svnroot/net-snmp/trunk;rev=17367;module=net-snmp;proto=https \





More information about the Openembedded-commits mailing list