summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust_git.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_git.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/meta/recipes-kernel/lttng/lttng-ust_git.bb
index ae4afd3d89..1c08403a32 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_git.bb
@@ -18,14 +18,12 @@ RPROVIDES_${PN} = "lttng2-ust"
18RREPLACES_${PN} = "lttng2-ust" 18RREPLACES_${PN} = "lttng2-ust"
19RCONFLICTS_${PN} = "lttng2-ust" 19RCONFLICTS_${PN} = "lttng2-ust"
20 20
21SRCREV = "c49ee9040ada6984c880756614e8a6f7fd645bd6" 21SRCREV = "826c6c686f16b9aeb3100f3f880d630911691cf1"
22PE = "2" 22PE = "2"
23PV = "2.6.2+git${SRCPV}" 23PV = "2.7.0+git${SRCPV}"
24 24
25SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.6 \ 25SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \
26 file://lttng-ust-doc-examples-disable.patch \ 26 file://lttng-ust-doc-examples-disable.patch"
27 file://lttng-ust-Fix-live-timer-calculation-error.patch \
28 "
29 27
30S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
31 29