summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
index 8f650a4ae2..5e9a529a2b 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
@@ -14,7 +14,7 @@ DEPENDS = "liburcu util-linux"
14 14
15SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" 15SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562"
16PV = "2.0.2+git${SRCPV}" 16PV = "2.0.2+git${SRCPV}"
17PR = "r0" 17PR = "r1"
18 18
19SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" 19SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git"
20 20
@@ -27,4 +27,4 @@ do_configure_prepend () {
27# Due to liburcu not building for MIPS currently this recipe needs to 27# Due to liburcu not building for MIPS currently this recipe needs to
28# be limited also. 28# be limited also.
29# So here let us first suppport x86/arm/powerpc platforms now. 29# So here let us first suppport x86/arm/powerpc platforms now.
30COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 30COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'