summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.1.2.bb (renamed from meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.2.bb
index 782e9dbf05..93852b0af6 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.2.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0" 1SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0"
2DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes." 2DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes."
3HOMEPAGE = "http://lttng.org/lttng2.0" 3HOMEPAGE = "http://lttng.org/ust"
4BUGTRACKER = "n/a" 4BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust"
5 5
6LICENSE = "LGPLv2.1+ & BSD & GPLv2" 6LICENSE = "LGPLv2.1+ & BSD & GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \
@@ -17,8 +17,8 @@ RPROVIDES_${PN} = "lttng2-ust"
17RREPLACES_${PN} = "lttng2-ust" 17RREPLACES_${PN} = "lttng2-ust"
18RCONFLICTS_${PN} = "lttng2-ust" 18RCONFLICTS_${PN} = "lttng2-ust"
19 19
20SRCREV = "05356aa2a4dca0bc9bfd716d2d6723e3941851dc" 20SRCREV = "3f7a0876566a432ad2cc2b27a2725641e36da92d"
21PV = "2.1.1" 21PV = "2.1.2"
22PR = "r0" 22PR = "r0"
23PE = "2" 23PE = "2"
24 24