A recent version bump [1] in meta-openembedded has moved to a version
that already contains this backported patch.

[1] 
https://git.openembedded.org/meta-openembedded/commit/?id=97ef9cc3b8834567ab6c1a2f0812d96f2d56154d

Signed-off-by: Ryan Eatmon <[email protected]>
---
 .../open62541/open62541-arago.inc             |  1 -
 ...blisher_rt_level-Add-missing-pthread.patch | 38 -------------------
 2 files changed, 39 deletions(-)
 delete mode 100644 
meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch

diff --git 
a/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc 
b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
index f92e1e90..cd8ceb00 100644
--- a/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
+++ b/meta-arago-extras/recipes-connectivity/open62541/open62541-arago.inc
@@ -2,7 +2,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/open62541:"
 
 SRC_URI:append = " \
     file://0001-examples-client-allow-configurable-server.patch \
-    file://0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch \
 "
 
 EXTRA_OECMAKE = "-DUA_BUILD_EXAMPLES=1"
diff --git 
a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch
 
b/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch
deleted file mode 100644
index 9d56cb12..00000000
--- 
a/meta-arago-extras/recipes-connectivity/open62541/open62541/0001-server_pubsub_publisher_rt_level-Add-missing-pthread.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 7af0f9a29ec011530a2b8c4b60e719e76ce0cdf0 Mon Sep 17 00:00:00 2001
-From: Ryan Eatmon <[email protected]>
-Date: Fri, 16 Jan 2026 16:40:07 -0600
-Subject: [PATCH] server_pubsub_publisher_rt_level: Add missing pthread.h
-
-Fix for errors:
-
-open62541-1.4.14/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c:78:5:
 error: implicit declaration of function 'pthread_create' 
[-Wimplicit-function-declaration]
-   78 |     pthread_create(&pubSubELThread, NULL, runPubSubEL, NULL);
-      |     ^~~~~~~~~~~~~~
-open62541-1.4.14/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c:78:5:
 warning: nested extern declaration of 'pthread_create' [-Wnested-externs]
-open62541-1.4.14/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c:173:5:
 error: implicit declaration of function 'pthread_join'; did you mean 
'pthread_kill'? [-Wimplicit-function-declaration]
-  173 |     pthread_join(pubSubELThread, NULL);
-      |     ^~~~~~~~~~~~
-      |     pthread_kill
-
-Upstream-Status: Backport [3a02b5c59d267a8286c4fb72d4308adc8e0f3e4c]
-
-Signed-off-by: Ryan Eatmon <[email protected]>
----
- examples/pubsub_realtime/server_pubsub_publisher_rt_level.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c 
b/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
-index 0ec133d1f..caa440596 100644
---- a/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
-+++ b/examples/pubsub_realtime/server_pubsub_publisher_rt_level.c
-@@ -8,6 +8,7 @@
- #include <open62541/types.h>
- 
- #include <signal.h>
-+#include <pthread.h>
- 
- #define PUBSUB_CONFIG_PUBLISH_CYCLE_MS 100
- #define PUBSUB_CONFIG_FIELD_COUNT 10
--- 
-2.43.0
-
-- 
2.43.0



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17093): 
https://lists.yoctoproject.org/g/meta-arago/message/17093
Mute This Topic: https://lists.yoctoproject.org/mt/117721038/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to