summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"