summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
index cf280c458f..cf5731d9f5 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
@@ -13,7 +13,7 @@ DEPENDS = "liburcu popt lttng2-ust"
13 13
14SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" 14SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478"
15PV = "v2.0.1+git${SRCREV}" 15PV = "v2.0.1+git${SRCREV}"
16PR = "r1" 16PR = "r2"
17 17
18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" 18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git"
19 19
@@ -34,4 +34,4 @@ INSANE_SKIP_${PN}-dbg = "libexec"
34# Due to liburcu not building for MIPS currently this recipe needs to 34# Due to liburcu not building for MIPS currently this recipe needs to
35# be limited also. 35# be limited also.
36# So here let us first suppport x86/arm/powerpc platforms now. 36# So here let us first suppport x86/arm/powerpc platforms now.
37COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 37COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'