summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch17
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch4
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch11
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch8
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch2
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch9
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch56
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb (renamed from meta-oe/recipes-extended/fluentbit/fluentbit_3.1.9.bb)5
8 files changed, 82 insertions, 30 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch
index 233e8c4e31..642a73dac2 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch
@@ -1,4 +1,4 @@
1From 940a4e270bb8879a78c0eac4daf997cb77e25b4b Mon Sep 17 00:00:00 2001 1From 7e6295f14ea057562a235fbf6762d867e739a181 Mon Sep 17 00:00:00 2001
2From: Niko Mauno <niko.mauno@vaisala.com> 2From: Niko Mauno <niko.mauno@vaisala.com>
3Date: Sun, 29 Sep 2024 12:00:00 +0000 3Date: Sun, 29 Sep 2024 12:00:00 +0000
4Subject: [PATCH] lib: Do not use private makefile targets in CMakelists.txt 4Subject: [PATCH] lib: Do not use private makefile targets in CMakelists.txt
@@ -25,8 +25,8 @@ Upstream-Status: Submitted [https://github.com/fluent/fluent-bit/pull/9450]
25 lib/cfl/CMakeLists.txt | 8 ++------ 25 lib/cfl/CMakeLists.txt | 8 ++------
26 lib/cmetrics/CMakeLists.txt | 8 ++------ 26 lib/cmetrics/CMakeLists.txt | 8 ++------
27 lib/ctraces/CMakeLists.txt | 8 ++------ 27 lib/ctraces/CMakeLists.txt | 8 ++------
28 lib/monkey/CMakeLists.txt | 4 ---- 28 lib/monkey/CMakeLists.txt | 4 +---
29 4 files changed, 6 insertions(+), 22 deletions(-) 29 4 files changed, 7 insertions(+), 21 deletions(-)
30 30
31diff --git a/lib/cfl/CMakeLists.txt b/lib/cfl/CMakeLists.txt 31diff --git a/lib/cfl/CMakeLists.txt b/lib/cfl/CMakeLists.txt
32index 2193cb29c..e2a5cba37 100644 32index 2193cb29c..e2a5cba37 100644
@@ -48,7 +48,7 @@ index 2193cb29c..e2a5cba37 100644
48 48
49 49
50diff --git a/lib/cmetrics/CMakeLists.txt b/lib/cmetrics/CMakeLists.txt 50diff --git a/lib/cmetrics/CMakeLists.txt b/lib/cmetrics/CMakeLists.txt
51index 4f2989106..9c40dadf4 100644 51index 18582997d..8f7176dd6 100644
52--- a/lib/cmetrics/CMakeLists.txt 52--- a/lib/cmetrics/CMakeLists.txt
53+++ b/lib/cmetrics/CMakeLists.txt 53+++ b/lib/cmetrics/CMakeLists.txt
54@@ -60,12 +60,8 @@ if(NOT MSVC) 54@@ -60,12 +60,8 @@ if(NOT MSVC)
@@ -67,11 +67,11 @@ index 4f2989106..9c40dadf4 100644
67 # Configuration options 67 # Configuration options
68 option(CMT_DEV "Enable development mode" No) 68 option(CMT_DEV "Enable development mode" No)
69diff --git a/lib/ctraces/CMakeLists.txt b/lib/ctraces/CMakeLists.txt 69diff --git a/lib/ctraces/CMakeLists.txt b/lib/ctraces/CMakeLists.txt
70index e92834e06..5cebb3b73 100644 70index e47ba022d..0ddfd5f97 100644
71--- a/lib/ctraces/CMakeLists.txt 71--- a/lib/ctraces/CMakeLists.txt
72+++ b/lib/ctraces/CMakeLists.txt 72+++ b/lib/ctraces/CMakeLists.txt
73@@ -30,12 +30,8 @@ set(CTR_VERSION_MINOR 5) 73@@ -30,12 +30,8 @@ set(CTR_VERSION_MINOR 5)
74 set(CTR_VERSION_PATCH 6) 74 set(CTR_VERSION_PATCH 7)
75 set(CTR_VERSION_STR "${CTR_VERSION_MAJOR}.${CTR_VERSION_MINOR}.${CTR_VERSION_PATCH}") 75 set(CTR_VERSION_STR "${CTR_VERSION_MAJOR}.${CTR_VERSION_MINOR}.${CTR_VERSION_PATCH}")
76 76
77-# Define __FILENAME__ consistently across Operating Systems 77-# Define __FILENAME__ consistently across Operating Systems
@@ -86,7 +86,7 @@ index e92834e06..5cebb3b73 100644
86 # Configuration options 86 # Configuration options
87 option(CTR_DEV "Enable development mode" No) 87 option(CTR_DEV "Enable development mode" No)
88diff --git a/lib/monkey/CMakeLists.txt b/lib/monkey/CMakeLists.txt 88diff --git a/lib/monkey/CMakeLists.txt b/lib/monkey/CMakeLists.txt
89index 95d8cc1e6..8c66887da 100644 89index 028240bcc..b386cb726 100644
90--- a/lib/monkey/CMakeLists.txt 90--- a/lib/monkey/CMakeLists.txt
91+++ b/lib/monkey/CMakeLists.txt 91+++ b/lib/monkey/CMakeLists.txt
92@@ -15,10 +15,8 @@ include(GNUInstallDirs) 92@@ -15,10 +15,8 @@ include(GNUInstallDirs)
@@ -101,6 +101,3 @@ index 95d8cc1e6..8c66887da 100644
101 101
102 # Monkey Version 102 # Monkey Version
103 set(MK_VERSION_MAJOR 1) 103 set(MK_VERSION_MAJOR 1)
104--
1052.39.2
106
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch
index 425b838b78..01a11e3be7 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch
@@ -1,4 +1,4 @@
1From 71dab751a27a2e582b711de22873065dd28f4b65 Mon Sep 17 00:00:00 2001 1From c8c9dd3aeb49ab2ec94c3ab081e2368736a5da20 Mon Sep 17 00:00:00 2001
2From: Paulo Neves <ptsneves@gmail.com> 2From: Paulo Neves <ptsneves@gmail.com>
3Date: Thu, 28 Jul 2022 11:42:31 +0200 3Date: Thu, 28 Jul 2022 11:42:31 +0200
4Subject: [PATCH] flb_info.h.in: Do not hardcode compilation directories 4Subject: [PATCH] flb_info.h.in: Do not hardcode compilation directories
@@ -14,7 +14,7 @@ Upstream-Status: Pending
14 1 file changed, 1 insertion(+), 1 deletion(-) 14 1 file changed, 1 insertion(+), 1 deletion(-)
15 15
16diff --git a/include/fluent-bit/flb_info.h.in b/include/fluent-bit/flb_info.h.in 16diff --git a/include/fluent-bit/flb_info.h.in b/include/fluent-bit/flb_info.h.in
17index a89485c..2579afc 100644 17index 3a08f8051..aa6a48f29 100644
18--- a/include/fluent-bit/flb_info.h.in 18--- a/include/fluent-bit/flb_info.h.in
19+++ b/include/fluent-bit/flb_info.h.in 19+++ b/include/fluent-bit/flb_info.h.in
20@@ -23,7 +23,7 @@ 20@@ -23,7 +23,7 @@
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch
index 5105444dc0..4da1650bc1 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch
@@ -1,4 +1,4 @@
1From c9969cc46e5e4d58db28c89b22bebe42d9f96962 Mon Sep 17 00:00:00 2001 1From bf4e832544e8aa5866ef57859f95b71bd8811154 Mon Sep 17 00:00:00 2001
2From: Niko Mauno <niko.mauno@vaisala.com> 2From: Niko Mauno <niko.mauno@vaisala.com>
3Date: Mon, 21 Oct 2024 16:02:46 +0000 3Date: Mon, 21 Oct 2024 16:02:46 +0000
4Subject: [PATCH] CMakeLists.txt: Revise init manager deduction 4Subject: [PATCH] CMakeLists.txt: Revise init manager deduction
@@ -15,10 +15,10 @@ Upstream-Status: Inappropriate [configuration]
15 1 file changed, 2 insertions(+), 2 deletions(-) 15 1 file changed, 2 insertions(+), 2 deletions(-)
16 16
17diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt 17diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
18index 084f2c57d..f0f35f00b 100644 18index 8404b65c1..0c7876058 100644
19--- a/src/CMakeLists.txt 19--- a/src/CMakeLists.txt
20+++ b/src/CMakeLists.txt 20+++ b/src/CMakeLists.txt
21@@ -532,7 +532,7 @@ if(FLB_BINARY) 21@@ -540,7 +540,7 @@ if(FLB_BINARY)
22 set(SYSTEMD_UNITDIR /lib/systemd/system) 22 set(SYSTEMD_UNITDIR /lib/systemd/system)
23 endif() 23 endif()
24 24
@@ -27,7 +27,7 @@ index 084f2c57d..f0f35f00b 100644
27 set(FLB_SYSTEMD_SCRIPT "${PROJECT_SOURCE_DIR}/init/${FLB_OUT_NAME}.service") 27 set(FLB_SYSTEMD_SCRIPT "${PROJECT_SOURCE_DIR}/init/${FLB_OUT_NAME}.service")
28 configure_file( 28 configure_file(
29 "${PROJECT_SOURCE_DIR}/init/systemd.in" 29 "${PROJECT_SOURCE_DIR}/init/systemd.in"
30@@ -540,7 +540,7 @@ if(FLB_BINARY) 30@@ -548,7 +548,7 @@ if(FLB_BINARY)
31 ) 31 )
32 install(FILES ${FLB_SYSTEMD_SCRIPT} COMPONENT binary DESTINATION ${SYSTEMD_UNITDIR}) 32 install(FILES ${FLB_SYSTEMD_SCRIPT} COMPONENT binary DESTINATION ${SYSTEMD_UNITDIR})
33 install(DIRECTORY DESTINATION ${FLB_INSTALL_CONFDIR} COMPONENT binary) 33 install(DIRECTORY DESTINATION ${FLB_INSTALL_CONFDIR} COMPONENT binary)
@@ -36,6 +36,3 @@ index 084f2c57d..f0f35f00b 100644
36 set(FLB_UPSTART_SCRIPT "${PROJECT_SOURCE_DIR}/init/${FLB_OUT_NAME}.conf") 36 set(FLB_UPSTART_SCRIPT "${PROJECT_SOURCE_DIR}/init/${FLB_OUT_NAME}.conf")
37 configure_file( 37 configure_file(
38 "${PROJECT_SOURCE_DIR}/init/upstart.in" 38 "${PROJECT_SOURCE_DIR}/init/upstart.in"
39--
402.39.2
41
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch
index d1c39d89c3..c34a0ba71d 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch
@@ -1,4 +1,4 @@
1From 63dbbad5978e5f5b0e7d42614999cb6b4ebcce10 Mon Sep 17 00:00:00 2001 1From a07df56092e529627db0946c025cb4964567280c Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 10 Aug 2022 01:27:16 -0700 3Date: Wed, 10 Aug 2022 01:27:16 -0700
4Subject: [PATCH] chunkio: Link with fts library with musl 4Subject: [PATCH] chunkio: Link with fts library with musl
@@ -14,10 +14,10 @@ Upstream-Status: Pending
14 1 file changed, 1 insertion(+) 14 1 file changed, 1 insertion(+)
15 15
16diff --git a/lib/chunkio/src/CMakeLists.txt b/lib/chunkio/src/CMakeLists.txt 16diff --git a/lib/chunkio/src/CMakeLists.txt b/lib/chunkio/src/CMakeLists.txt
17index a4fc2d3..4244eb8 100644 17index bb52273d4..524500919 100644
18--- a/lib/chunkio/src/CMakeLists.txt 18--- a/lib/chunkio/src/CMakeLists.txt
19+++ b/lib/chunkio/src/CMakeLists.txt 19+++ b/lib/chunkio/src/CMakeLists.txt
20@@ -13,6 +13,7 @@ set(src 20@@ -14,6 +14,7 @@ set(src
21 ) 21 )
22 22
23 set(libs cio-crc32) 23 set(libs cio-crc32)
@@ -25,5 +25,3 @@ index a4fc2d3..4244eb8 100644
25 25
26 if(${CMAKE_SYSTEM_NAME} MATCHES "Windows") 26 if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
27 set(src 27 set(src
28--
292.37.1
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch
index 419e85903d..b711b413bd 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch
@@ -1,4 +1,4 @@
1From 5b6d274664f92a6c6083f4d27a1b1604a326f22c Mon Sep 17 00:00:00 2001 1From 5f3bfd51851c6700b4dfd2ac25e83e5306b923f8 Mon Sep 17 00:00:00 2001
2From: Patrick Wicki <patrick.wicki@siemens.com> 2From: Patrick Wicki <patrick.wicki@siemens.com>
3Date: Sat, 5 Oct 2024 21:36:12 +0200 3Date: Sat, 5 Oct 2024 21:36:12 +0200
4Subject: [PATCH] wasm: avoid cmake try_run when cross-compiling for x86 4Subject: [PATCH] wasm: avoid cmake try_run when cross-compiling for x86
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch
index bcce328037..281bf66fb9 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch
@@ -1,4 +1,4 @@
1From f645128082117a0152a95b3dccd869a184b7513f Mon Sep 17 00:00:00 2001 1From 0c4310483875509f464883fa345f54e0d3ae25a5 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 10 Aug 2022 01:23:48 -0700 3Date: Wed, 10 Aug 2022 01:23:48 -0700
4Subject: [PATCH] Use posix strerror_r with musl 4Subject: [PATCH] Use posix strerror_r with musl
@@ -12,12 +12,15 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
12Resolved conflicts while upgrading recipe from v1.9.9 to v3.1.9. 12Resolved conflicts while upgrading recipe from v1.9.9 to v3.1.9.
13 13
14Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> 14Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
15---
16 src/flb_network.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
15 18
16diff --git a/src/flb_network.c b/src/flb_network.c 19diff --git a/src/flb_network.c b/src/flb_network.c
17index d183209fd..41e0281b5 100644 20index 8f8ca33f6..dd098a2ea 100644
18--- a/src/flb_network.c 21--- a/src/flb_network.c
19+++ b/src/flb_network.c 22+++ b/src/flb_network.c
20@@ -553,7 +553,7 @@ static int net_connect_async(int fd, 23@@ -605,7 +605,7 @@ static int net_connect_async(int fd,
21 /* Connection is broken, not much to do here */ 24 /* Connection is broken, not much to do here */
22 #if ((defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) || \ 25 #if ((defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L) || \
23 (defined(_XOPEN_SOURCE) || _XOPEN_SOURCE - 0L >= 600L)) && \ 26 (defined(_XOPEN_SOURCE) || _XOPEN_SOURCE - 0L >= 600L)) && \
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch
new file mode 100644
index 0000000000..1d2513aefb
--- /dev/null
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch
@@ -0,0 +1,56 @@
1From 2e39a3cea7d03721298e90fad70560c541b092a5 Mon Sep 17 00:00:00 2001
2From: Thomas Devoogdt <thomas@devoogdt.com>
3Date: Sat, 16 Nov 2024 20:55:37 +0100
4Subject: [PATCH] cprof_encode_text.c: fix wrong pointer assignment
5
6Fix cprofiles build.
7
8Upstream-Status: Submitted [https://github.com/fluent/cprofiles/pull/3]
9
10Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
11Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
12---
13 lib/cprofiles/src/cprof_encode_text.c | 6 +++---
14 lib/cprofiles/src/cprof_profile.c | 2 +-
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17diff --git a/lib/cprofiles/src/cprof_encode_text.c b/lib/cprofiles/src/cprof_encode_text.c
18index 218a72b5b..ab2d6247d 100644
19--- a/lib/cprofiles/src/cprof_encode_text.c
20+++ b/lib/cprofiles/src/cprof_encode_text.c
21@@ -1909,7 +1909,7 @@ static int encode_cprof_resource_profiles(
22 struct cprof_resource_profiles *instance) {
23 int result;
24 struct cfl_list *iterator;
25- struct cprof_scope_profile *scope_profile;
26+ struct cprof_scope_profiles *scope_profiles;
27
28 result = encode_string(context,
29 CFL_TRUE,
30@@ -1958,11 +1958,11 @@ static int encode_cprof_resource_profiles(
31
32 cfl_list_foreach(iterator,
33 &instance->scope_profiles) {
34- scope_profile = cfl_list_entry(
35+ scope_profiles = cfl_list_entry(
36 iterator,
37 struct cprof_scope_profiles, _head);
38
39- result = encode_cprof_scope_profiles(context, scope_profile);
40+ result = encode_cprof_scope_profiles(context, scope_profiles);
41
42 if (result != CPROF_ENCODE_TEXT_SUCCESS) {
43 return result;
44diff --git a/lib/cprofiles/src/cprof_profile.c b/lib/cprofiles/src/cprof_profile.c
45index 66d62b361..d059d0376 100644
46--- a/lib/cprofiles/src/cprof_profile.c
47+++ b/lib/cprofiles/src/cprof_profile.c
48@@ -98,7 +98,7 @@ void cprof_profile_destroy(struct cprof_profile *instance)
49 struct cfl_list *iterator_backup;
50 struct cprof_attribute_unit *attribute_unit;
51 struct cprof_value_type *value_type;
52- struct cprof_mapping *location;
53+ struct cprof_location *location;
54 struct cprof_function *function;
55 struct cfl_list *iterator;
56 struct cprof_mapping *mapping;
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_3.1.9.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb
index 9eea8d6daf..54fa9b2778 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit_3.1.9.bb
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb
@@ -17,13 +17,14 @@ DEPENDS = "\
17" 17"
18DEPENDS:append:libc-musl = " fts" 18DEPENDS:append:libc-musl = " fts"
19 19
20SRCREV = "431fa79ae27edaef8d050a7af6f038f4400193a1" 20SRCREV = "600b5a955b5ef7b9d025e0c128432260d0c6a5f1"
21SRC_URI = "\ 21SRC_URI = "\
22 git://github.com/fluent/fluent-bit.git;branch=3.1;protocol=https \ 22 git://github.com/fluent/fluent-bit.git;branch=master;protocol=https \
23 file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \ 23 file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \
24 file://0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch \ 24 file://0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch \
25 file://0003-CMakeLists.txt-Revise-init-manager-deduction.patch \ 25 file://0003-CMakeLists.txt-Revise-init-manager-deduction.patch \
26 file://0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch \ 26 file://0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch \
27 file://0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch \
27" 28"
28SRC_URI:append:libc-musl = "\ 29SRC_URI:append:libc-musl = "\
29 file://0004-chunkio-Link-with-fts-library-with-musl.patch \ 30 file://0004-chunkio-Link-with-fts-library-with-musl.patch \