summaryrefslogtreecommitdiff
path: root/packages/quagga
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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 Freyther1
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 Luebbe2
2008-03-19quagga: Fix SRC_URIsRichard Purdie4
2007-08-18quagga: Added version 0.99.8, dropped 0.99.4.Jamie Lenehan1
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-04-30quagga 0.99.7: Add latest release. This includes some important BPG DOSJamie Lenehan1
fixes and OSPF configuration releated fixes.
2007-01-25quagga: Modify the package to use the volatiles system to create theJamie Lenehan4
/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 Lenehan3
adds those dependencies automatically.
2006-12-15quagga: Added 0.99.6, removed 0.99.3.Jamie Lenehan1
2006-11-16quagga: Quote the rhs of all variable assignments since this will beJamie Lenehan3
required with future versions of bitbake.
2006-10-17clamav,lingpng,quagga: Remove some empty directories that I appear to haveJamie Lenehan1
left behing while deleting things in the last.
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 Lenehan3
.debug files are not left unpackaged.
2006-09-10quagga: Manually sanitize the recipe. The sanitize.py script makes aJamie Lenehan3
bit of a mess of quagga.inc so it needed to be done manually.
2006-09-10quagga 0.99.2: Drop old version.Jamie Lenehan2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther3
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-07-05quagga: Make the default files, which are used for local administratorJamie Lenehan4
settings, as configuration files.
2006-05-26quagga: Add 0.99.4, fix bgp package name, some cleanups.Jamie Lenehan4
* 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 Kooi12