diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-09-05 00:11:31 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 18:10:59 -0700 |
| commit | b7d8040ffc0d04aa5a68ac83578ec88ad3d6b98c (patch) | |
| tree | 01c5ca7b19be2242cc0ea78b824c5dcb4fb04eba | |
| parent | 1b45df8f9599ed1f0d4b71e741e0571cd841b21b (diff) | |
| download | meta-openembedded-b7d8040ffc0d04aa5a68ac83578ec88ad3d6b98c.tar.gz | |
poco: cleanup PACKAGECONFIG for native variant
Remove options which have dependencies without native variant.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/poco/poco_1.13.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.13.3.bb b/meta-oe/recipes-support/poco/poco_1.13.3.bb index e0f6c4169e..e338d88580 100644 --- a/meta-oe/recipes-support/poco/poco_1.13.3.bb +++ b/meta-oe/recipes-support/poco/poco_1.13.3.bb | |||
| @@ -31,6 +31,8 @@ PACKAGECONFIG:remove:riscv32 = "MongoDB" | |||
| 31 | PACKAGECONFIG:remove:riscv64 = "MongoDB" | 31 | PACKAGECONFIG:remove:riscv64 = "MongoDB" |
| 32 | PACKAGECONFIG:remove:mipsarch = "MongoDB" | 32 | PACKAGECONFIG:remove:mipsarch = "MongoDB" |
| 33 | PACKAGECONFIG:remove:powerpc = "MongoDB" | 33 | PACKAGECONFIG:remove:powerpc = "MongoDB" |
| 34 | # Following options have dependencies on recipes which don't have native variant | ||
| 35 | PACKAGECONFIG:remove:class-native = "MongoDB DataODBC" | ||
| 34 | 36 | ||
| 35 | PACKAGECONFIG[XML] = "-DENABLE_XML=ON,-DENABLE_XML=OFF,expat" | 37 | PACKAGECONFIG[XML] = "-DENABLE_XML=ON,-DENABLE_XML=OFF,expat" |
| 36 | PACKAGECONFIG[JSON] = "-DENABLE_JSON=ON,-DENABLE_JSON=OFF" | 38 | PACKAGECONFIG[JSON] = "-DENABLE_JSON=ON,-DENABLE_JSON=OFF" |
