summaryrefslogtreecommitdiff
path: root/packages/quagga/quagga_0.99.2.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-05-26 08:10:45 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-26 08:10:45 +0000
commit50f316141f109701317bb6453483f1a80f8aba6c (patch)
treeaa799fa35b476ecf29868b4a059f1d4d07db94b4 /packages/quagga/quagga_0.99.2.bb
parent1bdd82295819fdd8eda7a2a2dfa0f75b92eb1f40 (diff)
quagga: Add 0.99.4, fix bgp package name, some cleanups.
* 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.
Diffstat (limited to 'packages/quagga/quagga_0.99.2.bb')
-rw-r--r--packages/quagga/quagga_0.99.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/quagga/quagga_0.99.2.bb b/packages/quagga/quagga_0.99.2.bb
index 9214ea6155..2789d7eb1a 100644
--- a/packages/quagga/quagga_0.99.2.bb
+++ b/packages/quagga/quagga_0.99.2.bb
@@ -1,3 +1,4 @@
+QUAGGASUBDIR = "/attic"
include quagga.inc
-PR = "r0"
+PR = "r1"
SRC_URI += "file://ospfd-no-opaque-lsa-fix.patch;patch=1"