aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-09-09 11:25:23 +0000
committerJan Lübbe <jluebbe@debian.org>2009-09-18 08:04:35 +0000
commitca309af34a87bfaf5beb3ae78a15617b865c2fe8 (patch)
tree2180704a04306d99660eaa29c9e1c701ddc27de7 /recipes
parent90746f3032489227e221e8b1f8e160857f74c046 (diff)
downloadopenembedded-ca309af34a87bfaf5beb3ae78a15617b865c2fe8.tar.gz
net-snmp: switch to INC_PR
Diffstat (limited to 'recipes')
-rw-r--r--recipes/net-snmp/net-snmp.inc1
-rw-r--r--recipes/net-snmp/net-snmp_5.1.2.bb2
-rw-r--r--recipes/net-snmp/net-snmp_5.4.1.bb2
-rw-r--r--recipes/net-snmp/net-snmp_5.4.2.1.bb1
-rw-r--r--recipes/net-snmp/net-snmp_svn.bb2
5 files changed, 5 insertions, 3 deletions
diff --git a/recipes/net-snmp/net-snmp.inc b/recipes/net-snmp/net-snmp.inc
index dcc02e7f67..769eb68294 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 527c9e33b1..b221c48169 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 f76005b435..943e5f772b 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 3c51a5fa3c..7e81151c6d 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 2f82865aaa..c8c39fa819 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 \