diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-17 13:13:16 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-18 08:04:38 +0000 |
commit | 277333bc80a22c4bff8f2a611d67be0856507bdb (patch) | |
tree | 9faf25b15a8bfa31639b0b6d88c9256f39966afa | |
parent | 6adf15ce211e6111567fa66a282ffcaae4fa58c7 (diff) |
net-snmp: move svn srcrev to sane-srcrevs
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/net-snmp/libsnmp-perl_svn.bb | 2 | ||||
-rw-r--r-- | recipes/net-snmp/net-snmp_svn.bb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index e3400a213b..8c6737c938 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -95,6 +95,7 @@ SRCREV_pn-libmokopanelui2 ?= "4568" SRCREV_pn-libmokoui2 ?= "4342" SRCREV_pn-libowl ?= "277" SRCREV_pn-librfid ?= "2094" +SRCREV_pn-libsnmp-perl ?= "17367" SRCREV_pn-libsynthesis ?= "70f0065aa3b085bdf059830f95e5b5766eecb0bb" SRCREV_pn-libw100 ?= "47" SRCREV_pn-libxcalibrate ?= "209d83af61ed38a002c8096377deac292b3e396c" @@ -131,6 +132,7 @@ SRCREV_pn-multitap-pad ?= "373" SRCREV_pn-mux ?= "72460e890dbb15edbf7dc193116be0dcf9794a8b" SRCREV_pn-navit ?= "1096" SRCREV_pn-neod ?= "4617" +SRCREV_pn-net-snmp ?= "17367" SRCREV_pn-netsurf ?= "3859" SRCREV_pn-networkmanager ?= "3202" SRCREV_pn-networkmanager-applet ?= "200" diff --git a/recipes/net-snmp/libsnmp-perl_svn.bb b/recipes/net-snmp/libsnmp-perl_svn.bb index 729a3d944b..5355f1d7aa 100644 --- a/recipes/net-snmp/libsnmp-perl_svn.bb +++ b/recipes/net-snmp/libsnmp-perl_svn.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" DEPENDS = "net-snmp" PR = "r2" -SRC_URI = "svn://net-snmp.svn.sourceforge.net/svnroot/net-snmp/trunk;rev=17367;module=net-snmp;proto=https" +SRC_URI = "svn://net-snmp.svn.sourceforge.net/svnroot/net-snmp/trunk;module=net-snmp;proto=https" S = "${WORKDIR}/net-snmp/perl" diff --git a/recipes/net-snmp/net-snmp_svn.bb b/recipes/net-snmp/net-snmp_svn.bb index c8c39fa819..0d27d0682c 100644 --- a/recipes/net-snmp/net-snmp_svn.bb +++ b/recipes/net-snmp/net-snmp_svn.bb @@ -4,7 +4,7 @@ PR = "${INC_PR}.0" S = "${WORKDIR}/net-snmp" -SRC_URI = "svn://net-snmp.svn.sourceforge.net/svnroot/net-snmp/trunk;rev=17367;module=net-snmp;proto=https \ +SRC_URI = "svn://net-snmp.svn.sourceforge.net/svnroot/net-snmp/trunk;module=net-snmp;proto=https \ file://init \ file://snmpd.conf \ file://snmptrapd.conf" |