diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-03-14 21:50:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-14 15:32:25 -0700 |
| commit | 878e7eed56a983d39e619d76d9dc1b64ae6f4e7b (patch) | |
| tree | 935d23d053666251bd48a107e187208a0d8dfcf3 /meta-oe/recipes-extended/fluentbit | |
| parent | 9ee9a76ab81d7cf5d513a3493a4f11e22c4fed7d (diff) | |
| download | meta-openembedded-878e7eed56a983d39e619d76d9dc1b64ae6f4e7b.tar.gz | |
fluentbit: add profiles package config
Since the recipe tries to list every single option, add this one which
is missing. It is enabled by default in cmake to enabling it by default
in package config retains current settings.
Signed-off-by: Peter Marko <peter.marko@siemens.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_3.2.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.8.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.8.bb index c7fc7d1e19..406a5b7b9e 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.8.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.8.bb | |||
| @@ -45,6 +45,7 @@ PACKAGECONFIG ??= "\ | |||
| 45 | metrics \ | 45 | metrics \ |
| 46 | parser \ | 46 | parser \ |
| 47 | prefer-system-libs \ | 47 | prefer-system-libs \ |
| 48 | profiles \ | ||
| 48 | proxy-go \ | 49 | proxy-go \ |
| 49 | record-accessor \ | 50 | record-accessor \ |
| 50 | regex \ | 51 | regex \ |
| @@ -85,6 +86,7 @@ PACKAGECONFIG[metrics] = "-DFLB_METRICS=Yes,-DFLB_METRICS=No" | |||
| 85 | PACKAGECONFIG[mtrace] = "-DFLB_MTRACE=Yes,-DFLB_MTRACE=No" | 86 | PACKAGECONFIG[mtrace] = "-DFLB_MTRACE=Yes,-DFLB_MTRACE=No" |
| 86 | PACKAGECONFIG[parser] = "-DFLB_PARSER=Yes,-DFLB_PARSER=No" | 87 | PACKAGECONFIG[parser] = "-DFLB_PARSER=Yes,-DFLB_PARSER=No" |
| 87 | PACKAGECONFIG[posix-tls] = "-DFLB_POSIX_TLS=Yes,-DFLB_POSIX_TLS=No" | 88 | PACKAGECONFIG[posix-tls] = "-DFLB_POSIX_TLS=Yes,-DFLB_POSIX_TLS=No" |
| 89 | PACKAGECONFIG[profiles] = "-DFLB_PROFILES=Yes,-DFLB_PROFILES=No" | ||
| 88 | PACKAGECONFIG[proxy-go] = "-DFLB_PROXY_GO=Yes,-DFLB_PROXY_GO=No" | 90 | PACKAGECONFIG[proxy-go] = "-DFLB_PROXY_GO=Yes,-DFLB_PROXY_GO=No" |
| 89 | PACKAGECONFIG[record-accessor] = "-DFLB_RECORD_ACCESSOR=Yes,-DFLB_RECORD_ACCESSOR=No" | 91 | PACKAGECONFIG[record-accessor] = "-DFLB_RECORD_ACCESSOR=Yes,-DFLB_RECORD_ACCESSOR=No" |
| 90 | PACKAGECONFIG[regex] = "-DFLB_REGEX=Yes,-DFLB_REGEX=No" | 92 | PACKAGECONFIG[regex] = "-DFLB_REGEX=Yes,-DFLB_REGEX=No" |
