summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2026-03-24 10:53:18 +0000
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-24 09:13:49 -0700
commit23debff58a786f2d08adae2b0b032aba43f7ca75 (patch)
tree0ed7377621056bbec958a3b04b683c89dd55c87c
parent77ea4610d8d62ecb0bd3c4463172fe3b4d1a264f (diff)
downloadmeta-openembedded-23debff58a786f2d08adae2b0b032aba43f7ca75.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb3
1 files changed, 3 insertions, 0 deletions
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/*"
51RDEPENDS:${PN}-ptest += "${PN}-dev" 51RDEPENDS:${PN}-ptest += "${PN}-dev"
52INSANE_SKIP:${PN}-ptest += "dev-deps" 52INSANE_SKIP:${PN}-ptest += "dev-deps"
53 53
54# The ptests are not buildable now that pkgconf is being used, disable until fixed.
55PTEST_ENABLED = "0"
56
54PTEST_EXTRA_ARGS = "top_srcdir=${S} top_builddir=${B}" 57PTEST_EXTRA_ARGS = "top_srcdir=${S} top_builddir=${B}"
55 58
56do_compile_ptest () { 59do_compile_ptest () {