diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch index d3c451fd2b..ceb240680b 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2058584b7e87d6bd9d1765577766e0df7752232c Mon Sep 17 00:00:00 2001 | 1 | From 1b6bbf14de8fdfe60e446c93969e29bc2cf5f2dc Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
3 | Date: Sun, 5 Sep 2021 10:44:19 +0200 | 3 | Date: Sun, 5 Sep 2021 10:44:19 +0200 |
4 | Subject: [PATCH] lttng-ust-common: link with liburcu explicitly | 4 | Subject: [PATCH] lttng-ust-common: link with liburcu explicitly |
@@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
12 | 1 file changed, 1 insertion(+) | 12 | 1 file changed, 1 insertion(+) |
13 | 13 | ||
14 | diff --git a/src/lib/lttng-ust-common/Makefile.am b/src/lib/lttng-ust-common/Makefile.am | 14 | diff --git a/src/lib/lttng-ust-common/Makefile.am b/src/lib/lttng-ust-common/Makefile.am |
15 | index caeea2b..30febf0 100644 | 15 | index 1ccc290..6531fa0 100644 |
16 | --- a/src/lib/lttng-ust-common/Makefile.am | 16 | --- a/src/lib/lttng-ust-common/Makefile.am |
17 | +++ b/src/lib/lttng-ust-common/Makefile.am | 17 | +++ b/src/lib/lttng-ust-common/Makefile.am |
18 | @@ -15,6 +15,7 @@ liblttng_ust_common_la_SOURCES = \ | 18 | @@ -16,6 +16,7 @@ liblttng_ust_common_la_SOURCES = \ |
19 | 19 | ||
20 | liblttng_ust_common_la_LIBADD = \ | 20 | liblttng_ust_common_la_LIBADD = \ |
21 | $(top_builddir)/src/common/libcommon.la \ | 21 | $(top_builddir)/src/common/libcommon.la \ |