From 6d35240bfd4f990119e3bce06cbdc2245e1a3ea8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 17 Sep 2023 08:38:13 -0700 Subject: poco: Do not enable MongoDB packageconfig by default It needs mongodb which is only buildable when meta-python is in bblayers Signed-off-by: Khem Raj --- meta-oe/recipes-support/poco/poco_1.12.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/poco') diff --git a/meta-oe/recipes-support/poco/poco_1.12.4.bb b/meta-oe/recipes-support/poco/poco_1.12.4.bb index b02b84fa66..8505f66e8b 100644 --- a/meta-oe/recipes-support/poco/poco_1.12.4.bb +++ b/meta-oe/recipes-support/poco/poco_1.12.4.bb @@ -24,8 +24,9 @@ inherit cmake ptest # By default the most commonly used poco components are built # Foundation is built anyway and doesn't need to be listed explicitly # these don't have dependencies outside oe-core -PACKAGECONFIG ??= "XML JSON MongoDB PDF Util Net NetSSL Crypto JWT Data DataSQLite Zip Encodings Redis Prometheus" +PACKAGECONFIG ??= "XML JSON PDF Util Net NetSSL Crypto JWT Data DataSQLite Zip Encodings Redis Prometheus" # MongoDB does not build for all architectures yet keep in sync with COMPATIBLE_HOST list in mongodb recipe +# and mongodb needs meta-python enabled as well PACKAGECONFIG:remove:riscv32 = "MongoDB" PACKAGECONFIG:remove:riscv64 = "MongoDB" PACKAGECONFIG:remove:mipsarch = "MongoDB" -- cgit 1.2.3-korg