Message ID | 20250904221139.3131569-2-peter.marko@siemens.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe,01/10] meta-oe-image-ptest: fix small typo | expand |
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" 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"