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>
This commit is contained in:
Peter Marko 2025-09-05 00:11:31 +02:00 committed by Khem Raj
parent 1b45df8f95
commit b7d8040ffc
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -31,6 +31,8 @@ PACKAGECONFIG:remove:riscv32 = "MongoDB"
PACKAGECONFIG:remove:riscv64 = "MongoDB"
PACKAGECONFIG:remove:mipsarch = "MongoDB"
PACKAGECONFIG:remove:powerpc = "MongoDB"
# Following options have dependencies on recipes which don't have native variant
PACKAGECONFIG:remove:class-native = "MongoDB DataODBC"
PACKAGECONFIG[XML] = "-DENABLE_XML=ON,-DENABLE_XML=OFF,expat"
PACKAGECONFIG[JSON] = "-DENABLE_JSON=ON,-DENABLE_JSON=OFF"