summaryrefslogtreecommitdiff
path: root/packages/quagga/quagga.inc
AgeCommit message (Collapse)AuthorFiles
2007-04-30quagga: Use DEBIAN_NOAUTONAME to stop the debian class renaming theJamie Lenehan1
packages instead of manually naming them with their original name to stop it.
2007-01-25quagga: Modify the package to use the volatiles system to create theJamie Lenehan1
/var/run/quagga directory so that it'll exist after reboot on systems that use a tmpfs /var.
2007-01-25quagga: Don't -RDEPENDS on ncurses and readline - the shlibs codeJamie Lenehan1
adds those dependencies automatically.
2006-11-16quagga: Quote the rhs of all variable assignments since this will beJamie Lenehan1
required with future versions of bitbake.
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-10quagga: Add a -dbg package to the list of generated packages so that theJamie Lenehan1
.debug files are not left unpackaged.
2006-09-10quagga: Manually sanitize the recipe. The sanitize.py script makes aJamie Lenehan1
bit of a mess of quagga.inc so it needed to be done manually.
2006-07-05quagga: Make the default files, which are used for local administratorJamie Lenehan1
settings, as configuration files.
2006-05-26quagga: Add 0.99.4, fix bgp package name, some cleanups.Jamie Lenehan1
* Added version 0.99.4 which fixes a number of bugs in the previous release, several critical bugs. See quagga homepage for details. * Fix the name of BGP package and init scripts - it should be bgpd not bpgd. Discovered when looking at the change log for the OWMNR project. * Added myself as the maintainer. * Add a prerm script from the base quagga package which stops all the sub deamons. Otherwise if you just erase the main package all the sub daemons keep running. Normally dependencies stop this, so this only if the user forces deletion. * Bump PR on 0.99.2 and 0.99.3 to pick up changes. * Remove PR from the .inc file, this is to be specified in the .bb files. * Re-order header to match style guide layout on the wiki. * Allow a directory addition to be passed through from .bb to the .inc. Use it in the 0.99.2 to indicate that the source for that version are now in the attic subdirectory.
2006-04-28quagga: add 0.99.2 and 0.99.3, closes #476Koen Kooi1