public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH v3] lttng-ust: upgrade 2.14.0 -> 2.15.0
@ 2026-04-14 10:38 Wang Mingyu
  2026-04-16  6:02 ` Mathieu Dubois-Briand
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Mingyu @ 2026-04-14 10:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../lttng/{lttng-ust_2.14.0.bb => lttng-ust_2.15.0.bb}   | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.14.0.bb => lttng-ust_2.15.0.bb} (87%)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.15.0.bb
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
index 1a15c5b420..ca2beacad4 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.15.0.bb
@@ -27,13 +27,14 @@ RREPLACES:${PN} = "lttng2-ust"
 RCONFLICTS:${PN} = "lttng2-ust"
 
 PE = "2"
+PR = "r1"
 
 SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \
            file://0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch \
            file://0001-lttng-ust-common-link-with-liburcu-explicitly.patch \
            "
 
-SRC_URI[sha256sum] = "82cdfd304bbb2b2b7d17cc951a6756b37a9f73868ec0ba7db448a0d5ca51b763"
+SRC_URI[sha256sum] = "6bc9723c7a50dd00c7da83d40b3bbb4b0746819f4d6e377c9bd897c898993e28"
 
 CVE_PRODUCT = "ust"
 
@@ -50,3 +51,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 \
+    "
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-16  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 10:38 [OE-core] [PATCH v3] lttng-ust: upgrade 2.14.0 -> 2.15.0 Wang Mingyu
2026-04-16  6:02 ` Mathieu Dubois-Briand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox