diff options
3 files changed, 9 insertions, 10 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index 2f0b515ca6..de78e26799 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc | |||
@@ -65,7 +65,6 @@ EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \ | |||
65 | ${@base_contains('DISTRO_FEATURES', 'sysvinit', '--enable-watchquagga', '--disable-watchquagga', d)} \ | 65 | ${@base_contains('DISTRO_FEATURES', 'sysvinit', '--enable-watchquagga', '--disable-watchquagga', d)} \ |
66 | --enable-ospf-te \ | 66 | --enable-ospf-te \ |
67 | --enable-opaque-lsa \ | 67 | --enable-opaque-lsa \ |
68 | --enable-ipv6 \ | ||
69 | --enable-ospfclient=yes \ | 68 | --enable-ospfclient=yes \ |
70 | --enable-multipath=64 \ | 69 | --enable-multipath=64 \ |
71 | --enable-user=quagga \ | 70 | --enable-user=quagga \ |
diff --git a/meta-networking/recipes-protocols/quagga/quagga_0.99.23.bb b/meta-networking/recipes-protocols/quagga/quagga_0.99.23.bb deleted file mode 100644 index a56767e518..0000000000 --- a/meta-networking/recipes-protocols/quagga/quagga_0.99.23.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require quagga.inc | ||
2 | |||
3 | SRC_URI += "file://babel-close-the-stdout-stderr-as-in-other-daemons.patch \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "d17145e62b6ea14f0f13bb63f59e5166" | ||
7 | SRC_URI[sha256sum] = "2c7798204f35dc7acea9f206647e8aa3957cae3b21733cdff413b506481a101c" | ||
8 | |||
9 | QUAGGASUBDIR = "" | ||
diff --git a/meta-networking/recipes-protocols/quagga/quagga_0.99.24.1.bb b/meta-networking/recipes-protocols/quagga/quagga_0.99.24.1.bb new file mode 100644 index 0000000000..09c4e7d286 --- /dev/null +++ b/meta-networking/recipes-protocols/quagga/quagga_0.99.24.1.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require quagga.inc | ||
2 | |||
3 | SRC_URI += "file://babel-close-the-stdout-stderr-as-in-other-daemons.patch \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "7986bdc2fe6027d4c9216f7f5791e718" | ||
7 | SRC_URI[sha256sum] = "84ae1a47df085119a8fcab6c43ccea9efb9bc3112388b1dece5a9f0a0262754f" | ||
8 | |||
9 | QUAGGASUBDIR = "" | ||