diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-06 21:38:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 22:53:24 -0700 |
commit | e7f3b224d9583cc639f89ac4b85a1fd63fe5f3f5 (patch) | |
tree | 5c0974406335c62457a136d15139fc092b3f95f3 /meta-networking | |
parent | 349f0be07381252ef4b58bdfaba697861aeed459 (diff) | |
download | meta-openembedded-e7f3b224d9583cc639f89ac4b85a1fd63fe5f3f5.tar.gz |
kronosnet: Upgrade to 1.24
Remove upstreamed patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-extended/kronosnet/kronosnet/0001-libknet-tests-Correct-include-path-for-poll.h.patch | 29 | ||||
-rw-r--r-- | meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb (renamed from meta-networking/recipes-extended/kronosnet/kronosnet_1.22.bb) | 3 |
2 files changed, 1 insertions, 31 deletions
diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet/0001-libknet-tests-Correct-include-path-for-poll.h.patch b/meta-networking/recipes-extended/kronosnet/kronosnet/0001-libknet-tests-Correct-include-path-for-poll.h.patch deleted file mode 100644 index 0d261fd4ef..0000000000 --- a/meta-networking/recipes-extended/kronosnet/kronosnet/0001-libknet-tests-Correct-include-path-for-poll.h.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From cae68083fda5d4ca832ff3cc8a533454df2efe23 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 12 Oct 2021 20:35:53 -0700 | ||
4 | Subject: [PATCH] libknet/tests: Correct include path for poll.h | ||
5 | |||
6 | Fixes | ||
7 | /usr/include/sys/poll.h:1:2: error: redirec | ||
8 | ting incorrect #include <sys/poll.h> to <poll.h> [-Werror,-W#warnings] | ||
9 | | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> | ||
10 | |||
11 | Upstream-Status: Submitted [https://github.com/kronosnet/kronosnet/pull/363] | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
13 | --- | ||
14 | libknet/tests/test-common.c | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/libknet/tests/test-common.c b/libknet/tests/test-common.c | ||
18 | index 86b76b0..8f8b6ca 100644 | ||
19 | --- a/libknet/tests/test-common.c | ||
20 | +++ b/libknet/tests/test-common.c | ||
21 | @@ -20,7 +20,7 @@ | ||
22 | #include <pthread.h> | ||
23 | #include <dirent.h> | ||
24 | #include <sys/select.h> | ||
25 | -#include <sys/poll.h> | ||
26 | +#include <poll.h> | ||
27 | |||
28 | #include "libknet.h" | ||
29 | #include "test-common.h" | ||
diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.22.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb index 0b0bc29452..cbd5e7a0fd 100644 --- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.22.bb +++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb | |||
@@ -11,9 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa88 | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 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" |
13 | 13 | ||
14 | SRCREV = "0123ecebce0ad6aba3cdb320027192e15fd71e23" | 14 | SRCREV = "f8f80fd7f9b85f2626d2c6452612962ad8efca9e" |
15 | SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1 \ | 15 | SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1 \ |
16 | file://0001-libknet-tests-Correct-include-path-for-poll.h.patch \ | ||
17 | file://0001-links.c-Fix-build-with-gcc-12.patch \ | 16 | file://0001-links.c-Fix-build-with-gcc-12.patch \ |
18 | " | 17 | " |
19 | 18 | ||