From 2e3cd609734bcaad94cda66f90fb09e77e99e095 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 26 Jul 2020 14:20:50 +0200 Subject: kronosnet: update to 1.18 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-extended/kronosnet/kronosnet_1.18.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb (limited to 'meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb') diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb new file mode 100644 index 0000000000..7b1dfc2411 --- /dev/null +++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb @@ -0,0 +1,30 @@ +# Copyright (C) 2020 Khem Raj +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "Kronosnet, often referred to as knet, is a network abstraction layer \ + designed for High Availability use cases, where redundancy, security, \ + fault tolerance and fast fail-over are the core requirements of your application." +HOMEPAGE = "https://kronosnet.org/" +LICENSE = "GPL-2.0+ & LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa882bbe \ + file://COPYING.libraries;md5=2d5025d4aa3495befef8f17206a5b0a1" +SECTION = "libs" +DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd" + +SRCREV = "e1f3d4fb4906a26bf155a0e3fff2b6cb02be4dd2" +SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1" + +UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases" + +inherit autotools + +S = "${WORKDIR}/git" + +# libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] +# for (cmsg = CMSG_FIRSTHDR(&msg);cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { +# ^~~~~~~~~~~~~~~~~~~~~~~ +CFLAGS_append_toolchain-clang = " -Wno-sign-compare" + +PACKAGECONFIG[man] = "enable_man="yes", --disable-man, " + +PACKAGECONFIG_remove = "man" -- cgit 1.2.3-korg