Drop upstreamed patch

Release Notes:
https://github.com/intel/metee/releases/tag/3.2.4

Signed-off-by: Yogesh Tyagi <[email protected]>
---
 ...Include-poll.h-instead-of-sys-poll.h.patch | 29 -------------------
 .../metee/{metee_3.1.6.bb => metee_3.2.4.bb}  |  3 +-
 2 files changed, 1 insertion(+), 31 deletions(-)
 delete mode 100644 
recipes-bsp/metee/files/0001-Include-poll.h-instead-of-sys-poll.h.patch
 rename recipes-bsp/metee/{metee_3.1.6.bb => metee_3.2.4.bb} (79%)

diff --git 
a/recipes-bsp/metee/files/0001-Include-poll.h-instead-of-sys-poll.h.patch 
b/recipes-bsp/metee/files/0001-Include-poll.h-instead-of-sys-poll.h.patch
deleted file mode 100644
index cc898e75..00000000
--- a/recipes-bsp/metee/files/0001-Include-poll.h-instead-of-sys-poll.h.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a98ff2597628d7225c1871719db2411a1e4b7c0a Mon Sep 17 00:00:00 2001
-From: cheeyanglee <[email protected]>
-Date: Wed, 1 Nov 2023 09:59:32 +0800
-Subject: [PATCH] metee_linux.c: Include poll.h instead of sys/poll.h
-
-fix compilation error with musl C library:
-
- error: #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
-
-Upstream-Status: Submitted [ https://github.com/intel/metee/pull/6 ]
-
-Signed-off-by: Lee Chee Yang <[email protected]>
----
- src/linux/metee_linux.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/linux/metee_linux.c b/src/linux/metee_linux.c
-index 463fe6c..8507ea4 100644
---- a/src/linux/metee_linux.c
-+++ b/src/linux/metee_linux.c
-@@ -12,7 +12,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/ioctl.h>
--#include <sys/poll.h>
-+#include <poll.h>
- #include <unistd.h>
- 
- #include "metee.h"
diff --git a/recipes-bsp/metee/metee_3.1.6.bb b/recipes-bsp/metee/metee_3.2.4.bb
similarity index 79%
rename from recipes-bsp/metee/metee_3.1.6.bb
rename to recipes-bsp/metee/metee_3.2.4.bb
index 9a4e267c..da8220b9 100644
--- a/recipes-bsp/metee/metee_3.1.6.bb
+++ b/recipes-bsp/metee/metee_3.2.4.bb
@@ -11,9 +11,8 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 inherit cmake
 
 SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \
-           file://0001-Include-poll.h-instead-of-sys-poll.h.patch \
 "
-SRCREV = "0173c7b6eef327f398c16e51e5ab770390b91472"
+SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1

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

Reply via email to