From 42e8b62d447f3cdd79b80dc00419a1733fd0c3ae Mon Sep 17 00:00:00 2001 From: Yan Date: Fri, 1 Sep 2023 09:16:21 +0800 Subject: agl-wireless-monitor: provide boa and basic dependency chain 1, add new feature 'agl-wireless-monitor' to help compile the project. 2, provide boa web server for project, it is fixed and configured, for more information you can go check the conf patch. 3, provide basic bb file for main program, currently some of the html files are included. Bug-AGL: SPEC-4838 Signed-off-by: Yan Change-Id: Ia870a76be602a9bc10eeed5e91873c2757a56a2a --- .../boa/boa-0.94.13/0001-boa-fix-compat.h.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch (limited to 'meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch') diff --git a/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch b/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch new file mode 100644 index 00000000..caa0e263 --- /dev/null +++ b/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch @@ -0,0 +1,28 @@ +From 2d33bc14c1ed37bcc50973740e432d6d894141b6 Mon Sep 17 00:00:00 2023 +From: Yan +Date: Fri, 25 Aug 2023 10:03:15 +0800 +Subject: [PATCH] boa: fix compat.h + +fix this grammer mistake. + +Upstream-Status: Pending +Signed-off-by: Yan +--- + src/compat.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/compat.h b/src/compat.h +index b3be2e0..31b656a 100644 +--- a/src/compat.h ++++ b/src/compat.h +@@ -117,7 +117,7 @@ char *strdup(char *s); + #endif + + #ifdef HAVE_TM_GMTOFF +-#define TIMEZONE_OFFSET(foo) foo##->tm_gmtoff ++#define TIMEZONE_OFFSET(foo) (foo)->tm_gmtoff + #else + #define TIMEZONE_OFFSET(foo) timezone + #endif +-- +2.25.1 -- cgit 1.2.3-korg