summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-extended/kronosnet/kronosnet_1.33.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-extended/kronosnet/kronosnet_1.33.bb')
-rw-r--r--meta-networking/recipes-extended/kronosnet/kronosnet_1.33.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.33.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.33.bb
new file mode 100644
index 0000000000..fa802d02bd
--- /dev/null
+++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.33.bb
@@ -0,0 +1,31 @@
1# Copyright (C) 2020 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Kronosnet, often referred to as knet, is a network abstraction layer \
5 designed for High Availability use cases, where redundancy, security, \
6 fault tolerance and fast fail-over are the core requirements of your application."
7HOMEPAGE = "https://kronosnet.org/"
8LICENSE = "GPL-2.0-or-later & LGPL-2.1-only"
9LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa882bbe \
10 file://COPYING.libraries;md5=2d5025d4aa3495befef8f17206a5b0a1"
11SECTION = "libs"
12DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd"
13
14SRCREV = "176bc1064a8e85f95eda2cb1e53b1ce5d471d857"
15SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1;tag=v${PV}"
16
17BB_GIT_SHALLOW_EXTRA_REFS = "refs/tags/v${PV}"
18
19UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases"
20
21inherit autotools pkgconfig
22
23
24# libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare]
25# for (cmsg = CMSG_FIRSTHDR(&msg);cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
26# ^~~~~~~~~~~~~~~~~~~~~~~
27CFLAGS:append:toolchain-clang = " -Wno-sign-compare"
28
29PACKAGECONFIG[man] = "enable_man="yes", --disable-man, "
30
31PACKAGECONFIG:remove = "man"