summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-09-05 00:11:31 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-04 18:10:59 -0700
commitb7d8040ffc0d04aa5a68ac83578ec88ad3d6b98c (patch)
tree01c5ca7b19be2242cc0ea78b824c5dcb4fb04eba
parent1b45df8f9599ed1f0d4b71e741e0571cd841b21b (diff)
downloadmeta-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.bb2
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"
31PACKAGECONFIG:remove:riscv64 = "MongoDB" 31PACKAGECONFIG:remove:riscv64 = "MongoDB"
32PACKAGECONFIG:remove:mipsarch = "MongoDB" 32PACKAGECONFIG:remove:mipsarch = "MongoDB"
33PACKAGECONFIG:remove:powerpc = "MongoDB" 33PACKAGECONFIG:remove:powerpc = "MongoDB"
34# Following options have dependencies on recipes which don't have native variant
35PACKAGECONFIG:remove:class-native = "MongoDB DataODBC"
34 36
35PACKAGECONFIG[XML] = "-DENABLE_XML=ON,-DENABLE_XML=OFF,expat" 37PACKAGECONFIG[XML] = "-DENABLE_XML=ON,-DENABLE_XML=OFF,expat"
36PACKAGECONFIG[JSON] = "-DENABLE_JSON=ON,-DENABLE_JSON=OFF" 38PACKAGECONFIG[JSON] = "-DENABLE_JSON=ON,-DENABLE_JSON=OFF"