From c5e76ce386c39e74625839d8f6e89b30f0745c8d Mon Sep 17 00:00:00 2001 From: Li xin Date: Wed, 29 Jul 2015 15:45:23 +0800 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-protocols/quagga/quagga.inc | 1 - meta-networking/recipes-protocols/quagga/quagga_0.99.23.bb | 9 --------- meta-networking/recipes-protocols/quagga/quagga_0.99.24.1.bb | 9 +++++++++ 3 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 meta-networking/recipes-protocols/quagga/quagga_0.99.23.bb create mode 100644 meta-networking/recipes-protocols/quagga/quagga_0.99.24.1.bb (limited to 'meta-networking/recipes-protocols') 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 = "" -- cgit v1.2.3-54-g00ecf