From 3a4b7288e86cb7d23ca57454214856b256c22901 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Wed, 3 Apr 2013 17:20:57 +0200 Subject: [PATCH] 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../lttng/{lttng-ust_2.1.1.bb => lttng-ust_2.1.2.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.1.1.bb => lttng-ust_2.1.2.bb} (84%) diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.2.bb similarity index 84% rename from meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb rename to 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 @@ SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0" DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes." -HOMEPAGE = "http://lttng.org/lttng2.0" -BUGTRACKER = "n/a" +HOMEPAGE = "http://lttng.org/ust" +BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust" LICENSE = "LGPLv2.1+ & BSD & GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \ @@ -17,8 +17,8 @@ RPROVIDES_${PN} = "lttng2-ust" RREPLACES_${PN} = "lttng2-ust" RCONFLICTS_${PN} = "lttng2-ust" -SRCREV = "05356aa2a4dca0bc9bfd716d2d6723e3941851dc" -PV = "2.1.1" +SRCREV = "3f7a0876566a432ad2cc2b27a2725641e36da92d" +PV = "2.1.2" PR = "r0" PE = "2"