[OE-core] [PATCH] lttng: babeltrace: Update to upstream version 1.1.0

maxin.john at enea.com maxin.john at enea.com
Mon Mar 25 11:52:58 UTC 2013


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

Also updated the BUGTRACKER

Signed-off-by: Maxin B. John <maxin.john at 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





More information about the Openembedded-core mailing list