diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-04-03 17:20:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-22 14:45:03 +0100 |
commit | 3a4b7288e86cb7d23ca57454214856b256c22901 (patch) | |
tree | b093bc258df385ce919382f537262e1242657f2a /meta/recipes-kernel | |
parent | 433fbaf2b7832971239b5e9caea97f11ba073348 (diff) | |
download | poky-3a4b7288e86cb7d23ca57454214856b256c22901.tar.gz |
lttng: updated lttng-ust to 2.1.2
lttng-ust: upgrade to the latest version 2.1.2
Also updated HOMEPAGE and BUGTRACKER.
(From OE-Core rev: d18cec89e7afd05473232e587893334c4f921b41)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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 @@ | |||
1 | SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0" | 1 | SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0" |
2 | DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes." | 2 | DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes." |
3 | HOMEPAGE = "http://lttng.org/lttng2.0" | 3 | HOMEPAGE = "http://lttng.org/ust" |
4 | BUGTRACKER = "n/a" | 4 | BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust" |
5 | 5 | ||
6 | LICENSE = "LGPLv2.1+ & BSD & GPLv2" | 6 | LICENSE = "LGPLv2.1+ & BSD & GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \ |
@@ -17,8 +17,8 @@ RPROVIDES_${PN} = "lttng2-ust" | |||
17 | RREPLACES_${PN} = "lttng2-ust" | 17 | RREPLACES_${PN} = "lttng2-ust" |
18 | RCONFLICTS_${PN} = "lttng2-ust" | 18 | RCONFLICTS_${PN} = "lttng2-ust" |
19 | 19 | ||
20 | SRCREV = "05356aa2a4dca0bc9bfd716d2d6723e3941851dc" | 20 | SRCREV = "3f7a0876566a432ad2cc2b27a2725641e36da92d" |
21 | PV = "2.1.1" | 21 | PV = "2.1.2" |
22 | PR = "r0" | 22 | PR = "r0" |
23 | PE = "2" | 23 | PE = "2" |
24 | 24 | ||