mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
kronosnet: update to 1.18
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
0d6f2a613a
commit
2e3cd60973
+9
-2
@@ -1,7 +1,9 @@
|
||||
# Copyright (C) 2020 Khem Raj <raj.khem@gmail.com>
|
||||
# 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."
|
||||
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 \
|
||||
@@ -9,9 +11,11 @@ LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa88
|
||||
SECTION = "libs"
|
||||
DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd"
|
||||
|
||||
SRCREV = "0ba5985c3ddec8429b989f0e7bd3324f53e0a9b0"
|
||||
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"
|
||||
@@ -21,3 +25,6 @@ S = "${WORKDIR}/git"
|
||||
# ^~~~~~~~~~~~~~~~~~~~~~~
|
||||
CFLAGS_append_toolchain-clang = " -Wno-sign-compare"
|
||||
|
||||
PACKAGECONFIG[man] = "enable_man="yes", --disable-man, "
|
||||
|
||||
PACKAGECONFIG_remove = "man"
|
||||
Reference in New Issue
Block a user