summaryrefslogtreecommitdiff
path: root/packages/net-snmp
AgeCommit message (Collapse)AuthorFiles
2008-11-03replace remaining DEBPV variables with EXTENDPVOtavio Salvador1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe5
2008-03-19net-snmp: Fix -dev RDEPENDS and -dbg RRECOMMENDS since doesn't existRichard Purdie1
2007-08-19net-snmp 5.4.1: Add missing patch.Jamie Lenehan1
2007-08-18net-snmp 5.4.1: Minor updates:Jamie Lenehan1
- Disable perl as it does not build with it enabled - The CONFFILES apply to all distros, not just one of them - Use the update-rc.d bbclass - Run libtoolize to get all the shard libraries to build/install - Set LEAD_SONAME since there are several .so files - Style cleanups
2007-08-18net-snmp: Add 5.4.1Esben Haabendal2
(From #2765, minor edits to follow in next commit) The current net-snmp version in OE (5.1.2) is an old release from an unsupported release train (5.1.x). Further more, there it is using socket option SO_BSDCOMPAT which is no longer supported in Linux (at least in current 2.6 kernels). I have attached a patch for upgrading. I am not sure about my changes to DEPENDS and RDEPENDS, so please verify.
2007-05-02net-snmp 5.1.2: Fix for do_configure hanging when using bitbakeJamie Lenehan1
1.8.2. We need to pass "--with-defaults" to configure tell it we want the defaults so it doesn't warn that the defaults are going to be used and ask them to confirm each of the defaults.
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-16net-snmp 5.1.2: Use the new siteinfo stuff to determine the endianess andJamie Lenehan1
set the appropriate flag rather then manually processing the site file contents to do this.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-08various packages: added mtx-2 configurationMartin Dietze2
* where necessary, additional mtx-2 subdirs for files created * where necessary, additional entries in bitbake files created
2006-08-16net-snmp 5.1.2: Update the endianess test to handle the situation where onlyJamie Lenehan1
{big,litte}endian is set to "no" and neither of them is set to "yes". Saying it's "not big endian" seems a bit backwards but that's what some site files seem to get by with. Closes #1320 "net-snmp-5.1.2 fails on uclibc x86 and ppc".
2006-08-11net-snmp: Add the -dbg package to hold the new .debug files and directories.Jamie Lenehan1
Update the file specifications to ensure none of the debug files end up in the main packages.
2006-05-27net-snmp 5.1.2: Does not work with a parallel build, so clear PARALLEL_MAKE. ↵Jamie Lenehan1
Closes bug #713.
2006-05-27net-snmp 5.1.2: Fix endianess detection to work on all platforms by lookingJamie Lenehan1
at the site file to determine the correct configure parameter (inspired by how openssl does this). Previously this built on mipsel only. Should build on all platforms now. Closes bug #483.
2005-10-29net-snmp: Fix up compilation with uclibc.Jonathan McDowell2