diff options
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb index 49575ef57c..dc549bff1e 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | |||
| @@ -205,6 +205,11 @@ do_install_ptest () { | |||
| 205 | done | 205 | done |
| 206 | } | 206 | } |
| 207 | 207 | ||
| 208 | do_install_ptest:append:libc-musl () { | ||
| 209 | # filter-out running regression testsuite on musl systems, it hangs | ||
| 210 | sed -i -e '$a\' -e 'SUBDIRS := $(filter-out regression,$(SUBDIRS))' ${D}${PTEST_PATH}/tests/Makefile | ||
| 211 | } | ||
| 212 | |||
| 208 | INHIBIT_PACKAGE_STRIP_FILES = "\ | 213 | INHIBIT_PACKAGE_STRIP_FILES = "\ |
| 209 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \ | 214 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \ |
| 210 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \ | 215 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \ |
