mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
lttng-tools: Upgrade 2.13.4 -> 2.13.8
(From OE-Core rev: 07aba073681a494da09ae5227ccd22cd50bf520e) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b17eb5180b
commit
32730ffb84
+9
-2
@@ -39,7 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
|
|||||||
file://disable-tests.patch \
|
file://disable-tests.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6"
|
SRC_URI[sha256sum] = "b1e959579b260790930b20f3c7aa7cefb8a40e0de80d4a777c2bf78c6b353dc1"
|
||||||
|
|
||||||
inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
|
inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
|
||||||
|
|
||||||
@@ -113,7 +113,7 @@ do_install_ptest () {
|
|||||||
for f in $(find "${B}/tests/$d" -maxdepth 1 -executable -type f -printf '%P ') ; do
|
for f in $(find "${B}/tests/$d" -maxdepth 1 -executable -type f -printf '%P ') ; do
|
||||||
cp ${B}/tests/$d/$f ${D}${PTEST_PATH}/tests/`dirname $d`/$f
|
cp ${B}/tests/$d/$f ${D}${PTEST_PATH}/tests/`dirname $d`/$f
|
||||||
case $f in
|
case $f in
|
||||||
*.so|userspace-probe-elf-binary)
|
*.so|userspace-probe-elf-*)
|
||||||
install -d ${D}${PTEST_PATH}/tests/$d/
|
install -d ${D}${PTEST_PATH}/tests/$d/
|
||||||
ln -s ../$f ${D}${PTEST_PATH}/tests/$d/$f
|
ln -s ../$f ${D}${PTEST_PATH}/tests/$d/$f
|
||||||
# Remove any rpath/runpath to pass QA check.
|
# Remove any rpath/runpath to pass QA check.
|
||||||
@@ -124,6 +124,7 @@ do_install_ptest () {
|
|||||||
done
|
done
|
||||||
|
|
||||||
chrpath --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary
|
chrpath --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary
|
||||||
|
chrpath --delete ${D}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary
|
||||||
chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libbar.so
|
chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libbar.so
|
||||||
chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libfoo.so
|
chrpath --delete ${D}${PTEST_PATH}/tests/regression/ust/ust-dl/libfoo.so
|
||||||
|
|
||||||
@@ -185,4 +186,10 @@ do_install_ptest () {
|
|||||||
INHIBIT_PACKAGE_STRIP_FILES = "\
|
INHIBIT_PACKAGE_STRIP_FILES = "\
|
||||||
${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \
|
||||||
${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \
|
||||||
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary \
|
||||||
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-cxx-binary/.libs/userspace-probe-elf-cxx-binary \
|
||||||
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events/gen-syscall-events \
|
||||||
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events/.libs/gen-syscall-events \
|
||||||
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack \
|
||||||
|
${PKGD}${PTEST_PATH}/tests/utils/testapp/gen-syscall-events-callstack/.libs/gen-syscall-events-callstack \
|
||||||
"
|
"
|
||||||
Reference in New Issue
Block a user