summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
index 4c78f36ba0..d81e9b8f5c 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
@@ -12,7 +12,7 @@ inherit module
12 12
13SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" 13SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400"
14PV = "2.0.pre11+git${SRCREV}" 14PV = "2.0.pre11+git${SRCREV}"
15PR = "r0" 15PR = "r1"
16 16
17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ 17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
18 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ 18 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \
@@ -27,4 +27,4 @@ S = "${WORKDIR}/git"
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.*'