summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/fluentbit
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-02-23 20:40:47 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-24 08:45:44 -0800
commit4386b15a49b81578dd89c5c655544fbc09a95265 (patch)
tree59566ec3a9c3b9730f6a4c063d2d145f6bb53b3e /meta-oe/recipes-extended/fluentbit
parentf6d702116e96a80aec05c541bd0590518515d41d (diff)
downloadmeta-openembedded-4386b15a49b81578dd89c5c655544fbc09a95265.tar.gz
meta-oe: fix Upstream-Status format
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/fluentbit')
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch
index 6c585c2f5b..158857ae20 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch
@@ -7,7 +7,7 @@ bitbake passes CFLAGS that are often in conflict with the ones set
7in mbedtls' CMakeLists.txt. Such conflicts are the inability to use 7in mbedtls' CMakeLists.txt. Such conflicts are the inability to use
8FORTIFY_SOURCE=2 except in release mode 8FORTIFY_SOURCE=2 except in release mode
9 9
10Upstream-Status: Innapropriate [due to fluent-bit having it's own Release flags that also overwrite bitbake ones.] 10Upstream-Status: Inappropriate [due to fluent-bit having it's own Release flags that also overwrite bitbake ones.]
11--- 11---
12 lib/mbedtls-2.28.0/CMakeLists.txt | 2 -- 12 lib/mbedtls-2.28.0/CMakeLists.txt | 2 --
13 1 file changed, 2 deletions(-) 13 1 file changed, 2 deletions(-)