diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2016-12-29 14:11:23 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-19 09:26:15 +0100 |
| commit | 807be0aeed9706f2c8b95340a9b4c391e8513200 (patch) | |
| tree | 258b3cecac78704e0be6326801528ee8299b4a85 /meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb | |
| parent | c0ff097fae3c7ad35a7cbdf4170363875316271c (diff) | |
| download | meta-openembedded-807be0aeed9706f2c8b95340a9b4c391e8513200.tar.gz | |
quagga: update to 1.1.0
* remove the following 3 patches which already fixed in upstream:
0001-ospf6d-check-ospf6-before-using-it-in-ospf6_clean.patch
quagga-Avoid-duplicate-connected-address.patch
ripd-fix-two-bugs-after-received-SIGHUP.patch
* inherit pkgconfig to fix configure errors:
| configure.ac:97: error: possibly undefined macro: AC_MSG_RESULT
| If this token and others are legitimate, please use m4_pattern_allow.
| See the Autoconf documentation.
* add user quagga to quaggavty supplementary group to fix startup error:
Starting Quagga daemons: zebra
privs_init: user(quagga) is not part of vty group specified(quaggavty)
* remove babeld related code from initscript becasue it had been removed
from quagga
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb b/meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb new file mode 100644 index 0000000000..1b5c34c87d --- /dev/null +++ b/meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | require quagga.inc | ||
| 2 | |||
| 3 | SRC_URI[md5sum] = "daa303871e07ea5856aae6fd79e89722" | ||
| 4 | SRC_URI[sha256sum] = "f7a43a9c59bfd3722002210530b2553c8d5cc05bfea5acd56d4f102b9f55dc63" | ||
| 5 | |||
| 6 | QUAGGASUBDIR = "" | ||
