All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lttng: babeltrace: Update to upstream version 1.1.0
@ 2013-03-25 11:52 maxin.john
  0 siblings, 0 replies; only message in thread
From: maxin.john @ 2013-03-25 11:52 UTC (permalink / raw)
  To: radu.moisan, richard.purdie
  Cc: anders.roxell, Maxin B. John, openembedded-core

From: "Maxin B. John" <maxin.john@enea.com>

Also updated the BUGTRACKER

Signed-off-by: Maxin B. John <maxin.john@enea.com>
---
 meta/recipes-kernel/lttng/babeltrace_1.0.3.bb |   23 -----------------------
 meta/recipes-kernel/lttng/babeltrace_1.1.0.bb |   23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 23 deletions(-)
 delete mode 100644 meta/recipes-kernel/lttng/babeltrace_1.0.3.bb
 create mode 100644 meta/recipes-kernel/lttng/babeltrace_1.1.0.bb

diff --git a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb b/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb
deleted file mode 100644
index fe1c04f..0000000
--- a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Babeltrace - Trace Format Babel Tower"
-DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log."
-HOMEPAGE = "http://www.efficios.com/babeltrace/"
-BUGTRACKER = "n/a"
-
-LICENSE = "MIT & GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
-
-inherit autotools
-
-DEPENDS = "glib-2.0 util-linux popt"
-
-SRCREV = "9eaf25433864cefc40242e0257a0177ef4515930"
-PV = "1.0+git${SRCPV}"
-PR = "r0"
-
-SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"
-
-S = "${WORKDIR}/git"
-
-do_configure_prepend () {
-	( cd ${S}; ${S}/bootstrap )
-}
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
new file mode 100644
index 0000000..dd7e056
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Babeltrace - Trace Format Babel Tower"
+DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log."
+HOMEPAGE = "http://www.efficios.com/babeltrace/"
+BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
+
+LICENSE = "MIT & GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
+
+inherit autotools
+
+DEPENDS = "glib-2.0 util-linux popt"
+
+SRCREV = "c99b1910bea848e8f0ae5641bb63b8f4f84f3ec0"
+PV = "1.1+git${SRCPV}"
+PR = "r0"
+
+SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend () {
+	( cd ${S}; ${S}/bootstrap )
+}
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-25 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25 11:52 [PATCH] lttng: babeltrace: Update to upstream version 1.1.0 maxin.john

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.