From: Alexander Kanavin Date: Mon, 16 Feb 2026 13:33:49 +0000 (+0100) Subject: lttng-tools: install .expect test files with a wildcard X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7284b6f6cba7b3147e08dd7211a286ac8eb081;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lttng-tools: install .expect test files with a wildcard Otherwise, there will be failures on 32 bit hosts. Note that the needed files are erroneously absent from upstream release tarballs: https://bugs.lttng.org/issues/1436 but once that is resolved, this commit will be effective. Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb b/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb index 1106867aeb..620ddfb1cf 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb @@ -90,8 +90,8 @@ do_install_ptest () { for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/*.lttng \ tests/regression/tools/save-load/configuration/load-42*.lttng tests/regression/tools/health/test_health.sh \ tests/regression/tools/metadata/utils.sh tests/regression/tools/rotation/rotate_utils.sh \ - tests/regression/tools/trace-format/ust-local-trace-pretty.expect \ - tests/regression/tools/trace-format/kernel-local-trace-pretty.expect \ + tests/regression/tools/trace-format/ust-local-trace-pretty.expect* \ + tests/regression/tools/trace-format/kernel-local-trace-pretty.expect* \ tests/regression/tools/base-path/*.lttng; do install -D "${B}/$f" "${D}${PTEST_PATH}/$f" done