aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-29 15:45:23 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-06 15:44:10 -0400
commitc5e76ce386c39e74625839d8f6e89b30f0745c8d (patch)
tree1d57b8d57e715f5bc7fa26d6a37454e288d8ee0e /meta-networking
parent96b36e69759740ae9e902d71c3ac0bc93c89ba38 (diff)
downloadmeta-openembedded-contrib-c5e76ce386c39e74625839d8f6e89b30f0745c8d.tar.gz
quagga: upgrade 0.99.23 -> 0.99.24.1
Remove "--enable-ipv6" to avoid build warning like this: WARNING: QA Issue: quagga: configure was passed unrecognised options: --enable-ipv6 [unknown-configure-option] Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga.inc1
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga_0.99.23.bb9
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga_0.99.24.1.bb9
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 \
${@base_contains('DISTRO_FEATURES', 'sysvinit', '--enable-watchquagga', '--disable-watchquagga', d)} \
--enable-ospf-te \
--enable-opaque-lsa \
- --enable-ipv6 \
--enable-ospfclient=yes \
--enable-multipath=64 \
--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 @@
-require quagga.inc
-
-SRC_URI += "file://babel-close-the-stdout-stderr-as-in-other-daemons.patch \
-"
-
-SRC_URI[md5sum] = "d17145e62b6ea14f0f13bb63f59e5166"
-SRC_URI[sha256sum] = "2c7798204f35dc7acea9f206647e8aa3957cae3b21733cdff413b506481a101c"
-
-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 @@
+require quagga.inc
+
+SRC_URI += "file://babel-close-the-stdout-stderr-as-in-other-daemons.patch \
+"
+
+SRC_URI[md5sum] = "7986bdc2fe6027d4c9216f7f5791e718"
+SRC_URI[sha256sum] = "84ae1a47df085119a8fcab6c43ccea9efb9bc3112388b1dece5a9f0a0262754f"
+
+QUAGGASUBDIR = ""