diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:05:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:37 +0100 |
commit | 6209fb2747ddbe76cef40bd337167fef9e9c91af (patch) | |
tree | 8a0ef54d937296b361f219b5ffe4c5203a144b0c | |
parent | a61bcada1cffe1322837d7d667ff167d37a26a5d (diff) | |
download | poky-6209fb2747ddbe76cef40bd337167fef9e9c91af.tar.gz |
lttng-tools: upgrade 2.13.4 -> 2.13.7
(From OE-Core rev: c7e2901eacf3dcbd0c5bb91d2cc1d467b4a9aaf7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.13.7.bb (renamed from meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb) | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.7.bb index 0ea4da05ce..1a972ec836 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.7.bb | |||
@@ -39,7 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | |||
39 | file://disable-tests.patch \ | 39 | file://disable-tests.patch \ |
40 | " | 40 | " |
41 | 41 | ||
42 | SRC_URI[sha256sum] = "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6" | 42 | SRC_URI[sha256sum] = "d17a02e8f178a7cf3403e3c9edfb90ad3a1628e20aa0b5131408ae47f722f08d" |
43 | 43 | ||
44 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd | 44 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd |
45 | 45 | ||
@@ -113,7 +113,7 @@ do_install_ptest () { | |||
113 | for f in $(find "${B}/tests/$d" -maxdepth 1 -executable -type f -printf '%P ') ; do | 113 | for f in $(find "${B}/tests/$d" -maxdepth 1 -executable -type f -printf '%P ') ; do |
114 | cp ${B}/tests/$d/$f ${D}${PTEST_PATH}/tests/`dirname $d`/$f | 114 | cp ${B}/tests/$d/$f ${D}${PTEST_PATH}/tests/`dirname $d`/$f |
115 | case $f in | 115 | case $f in |
116 | *.so|userspace-probe-elf-binary) | 116 | *.so|userspace-probe-elf-*) |
117 | install -d ${D}${PTEST_PATH}/tests/$d/ | 117 | install -d ${D}${PTEST_PATH}/tests/$d/ |
118 | ln -s ../$f ${D}${PTEST_PATH}/tests/$d/$f | 118 | ln -s ../$f ${D}${PTEST_PATH}/tests/$d/$f |
119 | # Remove any rpath/runpath to pass QA check. | 119 | # Remove any rpath/runpath to pass QA check. |
@@ -124,6 +124,7 @@ do_install_ptest () { | |||
124 | done | 124 | done |
125 | 125 | ||
126 | chrpath --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary | 126 | chrpath --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary |
127 | chrpath --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary | ||
127 | chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libbar.so | 128 | chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libbar.so |
128 | chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libfoo.so | 129 | chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libfoo.so |
129 | 130 | ||
@@ -185,4 +186,10 @@ do_install_ptest () { | |||
185 | INHIBIT_PACKAGE_STRIP_FILES = "\ | 186 | INHIBIT_PACKAGE_STRIP_FILES = "\ |
186 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \ | 187 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \ |
187 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \ | 188 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \ |
189 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary \ | ||
190 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/.libs/userspace-probe-elf-cxx-binary \ | ||
191 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events/gen-syscall-events \ | ||
192 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events/.libs/gen-syscall-events \ | ||
193 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack \ | ||
194 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events-callstack/.libs/gen-syscall-events-callstack \ | ||
188 | " | 195 | " |