summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/metee
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2024-03-11 03:18:56 -0700
committerAnuj Mittal <anuj.mittal@intel.com>2024-03-11 22:42:52 +0800
commitce7818a5f58c9022c69bc452f7d95e6fc8b38fa9 (patch)
treee3c633849f71b02829ace9eab1c1e540910c1542 /recipes-bsp/metee
parent1a7d12af5a8102029075800f25387d83e929bea1 (diff)
downloadmeta-intel-ce7818a5f58c9022c69bc452f7d95e6fc8b38fa9.tar.gz
metee : upgrade 3.1.6 -> 3.2.4
Drop upstreamed patch Release Notes: https://github.com/intel/metee/releases/tag/3.2.4 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-bsp/metee')
-rw-r--r--recipes-bsp/metee/files/0001-Include-poll.h-instead-of-sys-poll.h.patch29
-rw-r--r--recipes-bsp/metee/metee_3.2.4.bb (renamed from recipes-bsp/metee/metee_3.1.6.bb)3
2 files changed, 1 insertions, 31 deletions
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 @@
1From a98ff2597628d7225c1871719db2411a1e4b7c0a Mon Sep 17 00:00:00 2001
2From: cheeyanglee <chee.yang.lee@intel.com>
3Date: Wed, 1 Nov 2023 09:59:32 +0800
4Subject: [PATCH] metee_linux.c: Include poll.h instead of sys/poll.h
5
6fix compilation error with musl C library:
7
8 error: #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
9
10Upstream-Status: Submitted [ https://github.com/intel/metee/pull/6 ]
11
12Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
13---
14 src/linux/metee_linux.c | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/src/linux/metee_linux.c b/src/linux/metee_linux.c
18index 463fe6c..8507ea4 100644
19--- a/src/linux/metee_linux.c
20+++ b/src/linux/metee_linux.c
21@@ -12,7 +12,7 @@
22 #include <stdlib.h>
23 #include <string.h>
24 #include <sys/ioctl.h>
25-#include <sys/poll.h>
26+#include <poll.h>
27 #include <unistd.h>
28
29 #include "metee.h"
diff --git a/recipes-bsp/metee/metee_3.1.6.bb b/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'
11inherit cmake 11inherit cmake
12 12
13SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \ 13SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \
14 file://0001-Include-poll.h-instead-of-sys-poll.h.patch \
15" 14"
16SRCREV = "0173c7b6eef327f398c16e51e5ab770390b91472" 15SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951"
17 16
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18