similarity index 87%
rename from meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb
rename to meta/recipes-kernel/lttng/lttng-ust_2.15.0.bb
@@ -33,7 +33,7 @@ SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \
file://0001-lttng-ust-common-link-with-liburcu-explicitly.patch \
"
-SRC_URI[sha256sum] = "82cdfd304bbb2b2b7d17cc951a6756b37a9f73868ec0ba7db448a0d5ca51b763"
+SRC_URI[sha256sum] = "6bc9723c7a50dd00c7da83d40b3bbb4b0746819f4d6e377c9bd897c898993e28"
CVE_PRODUCT = "ust"
@@ -50,3 +50,9 @@ do_install:append() {
# still refer to Python 2 in the shebang
sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${bindir}/lttng-gen-tp
}
+
+INHIBIT_PACKAGE_STRIP_FILES = "\
+ ${PKGD}${libdir}/liblttng-ust.so.1.0.0 \
+ ${PKGD}${libdir}/liblttng-ust-common.so.1.0.0 \
+ ${PKGD}${libdir}/liblttng-ust-tracepoint.so.1.0.0 \
+ "