From 23debff58a786f2d08adae2b0b032aba43f7ca75 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 24 Mar 2026 10:53:18 +0000 Subject: [PATCH] xmlsec1: disable ptests for now oe-core just moved from pkgconfig to pkgconf, which has broken the ptest buikd due to how fragile the compilation was. This will be revisited to build the tests properly, but for now simply disable the ptests. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb index e0888f1ff4..e178fc2125 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb @@ -51,6 +51,9 @@ FILES:${PN}-dbg += "${PTEST_PATH}/.debug/*" RDEPENDS:${PN}-ptest += "${PN}-dev" INSANE_SKIP:${PN}-ptest += "dev-deps" +# The ptests are not buildable now that pkgconf is being used, disable until fixed. +PTEST_ENABLED = "0" + PTEST_EXTRA_ARGS = "top_srcdir=${S} top_builddir=${B}" do_compile_ptest () {