summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch
index cbbf1df812..6aca8f85fa 100644
--- a/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch
+++ b/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch
@@ -1,4 +1,4 @@
1From 06279f50e924d1d55b43eb3b299f6633ecb1f7a4 Mon Sep 17 00:00:00 2001 1From 7d053804ab3823d40ae10d90f4efc49dbfb4cb66 Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com> 2From: Changqing Li <changqing.li@windriver.com>
3Date: Wed, 22 Sep 2021 16:33:10 +0800 3Date: Wed, 22 Sep 2021 16:33:10 +0800
4Subject: [PATCH] Makefile.am: update rpath link 4Subject: [PATCH] Makefile.am: update rpath link
@@ -13,15 +13,16 @@ ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/
13Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/61] 13Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/61]
14 14
15Signed-off-by: Changqing Li <changqing.li@windriver.com> 15Signed-off-by: Changqing Li <changqing.li@windriver.com>
16
16--- 17---
17 doc/examples/Makefile.am | 2 +- 18 doc/examples/Makefile.am | 2 +-
18 1 file changed, 1 insertions(+), 1 deletions(-) 19 1 file changed, 1 insertion(+), 1 deletion(-)
19 20
20diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am 21diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
21index 8ee0564..20d246c 100644 22index 57782cc..d46caa6 100644
22--- a/doc/examples/Makefile.am 23--- a/doc/examples/Makefile.am
23+++ b/doc/examples/Makefile.am 24+++ b/doc/examples/Makefile.am
24@@ -142,7 +142,7 @@ all-local: 25@@ -167,7 +167,7 @@ all-local:
25 CFLAGS='$(CFLAGS)' \ 26 CFLAGS='$(CFLAGS)' \
26 AM_CFLAGS='$(AM_CFLAGS)' \ 27 AM_CFLAGS='$(AM_CFLAGS)' \
27 LDFLAGS="$(LDFLAGS)" \ 28 LDFLAGS="$(LDFLAGS)" \
@@ -30,6 +31,3 @@ index 8ee0564..20d246c 100644
30 LTTNG_GEN_TP_PATH="$$rel_src_subdir$(top_srcdir)/tools/" \ 31 LTTNG_GEN_TP_PATH="$$rel_src_subdir$(top_srcdir)/tools/" \
31 AM_V_P="$(AM_V_P)" \ 32 AM_V_P="$(AM_V_P)" \
32 AM_V_at="$(AM_V_at)" \ 33 AM_V_at="$(AM_V_at)" \
33--
342.17.1
35