diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-26 14:20:50 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:52:14 -0700 |
commit | 2e3cd609734bcaad94cda66f90fb09e77e99e095 (patch) | |
tree | 3f03b44aff8414b88a35a683e0bc31fcc34888ce /meta-networking/recipes-extended | |
parent | 0d6f2a613ad870444d7b55e0043de556176ee63d (diff) | |
download | meta-openembedded-2e3cd609734bcaad94cda66f90fb09e77e99e095.tar.gz |
kronosnet: update to 1.18
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-extended')
-rw-r--r-- | meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb (renamed from meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb) | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb index 6bf268da9..7b1dfc241 100644 --- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb +++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb | |||
@@ -1,7 +1,9 @@ | |||
1 | # Copyright (C) 2020 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2020 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | 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." | 4 | SUMMARY = "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." | ||
5 | HOMEPAGE = "https://kronosnet.org/" | 7 | HOMEPAGE = "https://kronosnet.org/" |
6 | LICENSE = "GPL-2.0+ & LGPL-2.1" | 8 | LICENSE = "GPL-2.0+ & LGPL-2.1" |
7 | LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa882bbe \ | 9 | LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa882bbe \ |
@@ -9,9 +11,11 @@ LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa88 | |||
9 | SECTION = "libs" | 11 | SECTION = "libs" |
10 | DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd" | 12 | DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd" |
11 | 13 | ||
12 | SRCREV = "0ba5985c3ddec8429b989f0e7bd3324f53e0a9b0" | 14 | SRCREV = "e1f3d4fb4906a26bf155a0e3fff2b6cb02be4dd2" |
13 | SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1" | 15 | SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1" |
14 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases" | ||
18 | |||
15 | inherit autotools | 19 | inherit autotools |
16 | 20 | ||
17 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
@@ -21,3 +25,6 @@ S = "${WORKDIR}/git" | |||
21 | # ^~~~~~~~~~~~~~~~~~~~~~~ | 25 | # ^~~~~~~~~~~~~~~~~~~~~~~ |
22 | CFLAGS_append_toolchain-clang = " -Wno-sign-compare" | 26 | CFLAGS_append_toolchain-clang = " -Wno-sign-compare" |
23 | 27 | ||
28 | PACKAGECONFIG[man] = "enable_man="yes", --disable-man, " | ||
29 | |||
30 | PACKAGECONFIG_remove = "man" | ||