summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-06 21:38:59 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-06 22:53:24 -0700
commite7f3b224d9583cc639f89ac4b85a1fd63fe5f3f5 (patch)
tree5c0974406335c62457a136d15139fc092b3f95f3 /meta-networking
parent349f0be07381252ef4b58bdfaba697861aeed459 (diff)
downloadmeta-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.patch29
-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 @@
1From cae68083fda5d4ca832ff3cc8a533454df2efe23 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 12 Oct 2021 20:35:53 -0700
4Subject: [PATCH] libknet/tests: Correct include path for poll.h
5
6Fixes
7/usr/include/sys/poll.h:1:2: error: redirec
8ting incorrect #include <sys/poll.h> to <poll.h> [-Werror,-W#warnings]
9| #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
10
11Upstream-Status: Submitted [https://github.com/kronosnet/kronosnet/pull/363]
12Signed-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
17diff --git a/libknet/tests/test-common.c b/libknet/tests/test-common.c
18index 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
11SECTION = "libs" 11SECTION = "libs"
12DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd" 12DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd"
13 13
14SRCREV = "0123ecebce0ad6aba3cdb320027192e15fd71e23" 14SRCREV = "f8f80fd7f9b85f2626d2c6452612962ad8efca9e"
15SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1 \ 15SRC_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