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>
This commit is contained in:
Ross Burton 2026-03-24 10:53:18 +00:00 committed by Khem Raj
parent 77ea4610d8
commit 23debff58a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 () {