Hi, Here’s a recipe to update quagga in OE meta-networking to the latest version.
Subject: [PATCH] Updated quagga to version 1.2.1. Added c-ares dependency as this is now needed by build time configure setup. Signed-off-by: Ulf Hofemeier <[email protected]> --- meta-networking/recipes-protocols/quagga/quagga.inc | 2 +- meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb | 6 ------ meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb | 6 ++++++ 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb create mode 100644 meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index 4fb6723..9640513 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc @@ -8,7 +8,7 @@ around Quagga than the current centralised model of GNU Zebra." HOMEPAGE = "http://www.nongnu.org/quagga/" SECTION = "net" LICENSE = "GPL-2.0 & LGPL-2.0" -DEPENDS = "readline ncurses perl-native" +DEPENDS = "readline ncurses perl-native c-ares" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'snmp', 'net-snmp', '', d)}" SNMP_CONF="${@bb.utils.contains('DISTRO_FEATURES', 'snmp', '--enable-snmp', '', d)}" diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb b/meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb deleted file mode 100644 index 1b5c34c..0000000 --- a/meta-networking/recipes-protocols/quagga/quagga_1.1.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -require quagga.inc - -SRC_URI[md5sum] = "daa303871e07ea5856aae6fd79e89722" -SRC_URI[sha256sum] = "f7a43a9c59bfd3722002210530b2553c8d5cc05bfea5acd56d4f102b9f55dc63" - -QUAGGASUBDIR = "" diff --git a/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb b/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb new file mode 100644 index 0000000..375896b --- /dev/null +++ b/meta-networking/recipes-protocols/quagga/quagga_1.2.1.bb @@ -0,0 +1,6 @@ +require quagga.inc + +SRC_URI[md5sum] = "b1546de89062f7070d56e780b30be4b1" +SRC_URI[sha256sum] = "aaddba5d4f41ed8e4c2f155f4584c993465d122c9096b5b52ada3fc75266fbcd" + +QUAGGASUBDIR = "" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
