diff options
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/0001-Fix-error.h-common-error.h.patch | 33 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_git.bb | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-error.h-common-error.h.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-error.h-common-error.h.patch new file mode 100644 index 0000000000..6c8a9b211a --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-error.h-common-error.h.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From 6712db617fe9155ea236f6840c2bd18dbec4c871 Mon Sep 17 00:00:00 2001 | ||
2 | From: Michael Jeanson <mjeanson@efficios.com> | ||
3 | Date: Wed, 15 Jun 2016 17:18:03 -0400 | ||
4 | Subject: [PATCH] Fix: error.h -> common/error.h | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Upstream-Status: Backport | ||
10 | |||
11 | Signed-off-by: Michael Jeanson <mjeanson@efficios.com> | ||
12 | Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> | ||
13 | Signed-off-by: Peter Liu <peter.x.liu@external.atlascopco.com> | ||
14 | --- | ||
15 | src/bin/lttng-sessiond/agent.c | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
18 | diff --git a/src/bin/lttng-sessiond/agent.c b/src/bin/lttng-sessiond/agent.c | ||
19 | index 7cbbbde..310a7e8 100644 | ||
20 | --- a/src/bin/lttng-sessiond/agent.c | ||
21 | +++ b/src/bin/lttng-sessiond/agent.c | ||
22 | @@ -29,7 +29,7 @@ | ||
23 | #include "agent.h" | ||
24 | #include "ust-app.h" | ||
25 | #include "utils.h" | ||
26 | -#include "error.h" | ||
27 | +#include "common/error.h" | ||
28 | |||
29 | #define AGENT_RET_CODE_INDEX(code) (code - AGENT_RET_CODE_SUCCESS) | ||
30 | |||
31 | -- | ||
32 | 1.9.1 | ||
33 | |||
diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb index 66269d8957..84cac84978 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_git.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb | |||
@@ -28,6 +28,7 @@ PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-nat | |||
28 | PACKAGECONFIG_remove_libc-musl = "lttng-ust" | 28 | PACKAGECONFIG_remove_libc-musl = "lttng-ust" |
29 | 29 | ||
30 | SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.8 \ | 30 | SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.8 \ |
31 | file://0001-Fix-error.h-common-error.h.patch \ | ||
31 | file://runtest-2.4.0.patch \ | 32 | file://runtest-2.4.0.patch \ |
32 | file://run-ptest" | 33 | file://run-ptest" |
33 | 34 | ||