diff options
| author | Ross Burton <ross.burton@arm.com> | 2026-03-24 10:53:18 +0000 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-24 09:13:49 -0700 |
| commit | 23debff58a786f2d08adae2b0b032aba43f7ca75 (patch) | |
| tree | 0ed7377621056bbec958a3b04b683c89dd55c87c /meta-oe | |
| parent | 77ea4610d8d62ecb0bd3c4463172fe3b4d1a264f (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb | 3 |
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/*" | |||
| 51 | RDEPENDS:${PN}-ptest += "${PN}-dev" | 51 | RDEPENDS:${PN}-ptest += "${PN}-dev" |
| 52 | INSANE_SKIP:${PN}-ptest += "dev-deps" | 52 | INSANE_SKIP:${PN}-ptest += "dev-deps" |
| 53 | 53 | ||
| 54 | # The ptests are not buildable now that pkgconf is being used, disable until fixed. | ||
| 55 | PTEST_ENABLED = "0" | ||
| 56 | |||
| 54 | PTEST_EXTRA_ARGS = "top_srcdir=${S} top_builddir=${B}" | 57 | PTEST_EXTRA_ARGS = "top_srcdir=${S} top_builddir=${B}" |
| 55 | 58 | ||
| 56 | do_compile_ptest () { | 59 | do_compile_ptest () { |
