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.bb7
1 files changed, 3 insertions, 4 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..baae25ff63 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
@@ -10,13 +10,12 @@ DEPENDS = "virtual/kernel"
10 10
11inherit module 11inherit module
12 12
13SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" 13SRCREV = "a848cad4cc82d05493c487a709f6b55f22695ec6"
14PV = "2.0.pre11+git${SRCREV}" 14PV = "2.0.5"
15PR = "r0" 15PR = "r0"
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"
19 file://lttng-sycalls-protect-is_compat_task-from-redefiniti.patch"
20 19
21export INSTALL_MOD_DIR="kernel/lttng-modules" 20export INSTALL_MOD_DIR="kernel/lttng-modules"
22export KERNEL_SRC="${STAGING_KERNEL_DIR}" 21export KERNEL_SRC="${STAGING_KERNEL_DIR}"