diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb index a279756741..639d4b6211 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb | |||
@@ -66,7 +66,7 @@ do_install_append () { | |||
66 | } | 66 | } |
67 | 67 | ||
68 | do_install_ptest () { | 68 | do_install_ptest () { |
69 | for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/load-42*.lttng tests/regression/tools/save-load/configuration/load-42*.lttng ; do | 69 | for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/load-42*.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; do |
70 | install -D "${B}/$f" "${D}${PTEST_PATH}/$f" | 70 | install -D "${B}/$f" "${D}${PTEST_PATH}/$f" |
71 | done | 71 | done |
72 | 72 | ||