From b7d8040ffc0d04aa5a68ac83578ec88ad3d6b98c Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Fri, 5 Sep 2025 00:11:31 +0200 Subject: [PATCH] poco: cleanup PACKAGECONFIG for native variant Remove options which have dependencies without native variant. Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-oe/recipes-support/poco/poco_1.13.3.bb | 2 ++ 1 file changed, 2 insertions(+) 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"