From d597dd4466aece4136127a3129167973efb8bb68 Mon Sep 17 00:00:00 2001 From: Radu Moisan Date: Thu, 14 Mar 2013 17:36:13 +0200 Subject: babeltrace: Upgrade to v1.0.3 (From OE-Core rev: dbdb4ff0760cc01be0114b13b0c3ef1b0ae36cd6) Signed-off-by: Radu Moisan Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/babeltrace_1.0.0.bb | 28 --------------------------- meta/recipes-kernel/lttng/babeltrace_1.0.3.bb | 28 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-kernel/lttng/babeltrace_1.0.0.bb create mode 100644 meta/recipes-kernel/lttng/babeltrace_1.0.3.bb (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/lttng/babeltrace_1.0.0.bb b/meta/recipes-kernel/lttng/babeltrace_1.0.0.bb deleted file mode 100644 index 4223c54db1..0000000000 --- a/meta/recipes-kernel/lttng/babeltrace_1.0.0.bb +++ /dev/null @@ -1,28 +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 = "f6ed7fa4636ff22e08f57721dcd312828547aa66" -PV = "1.0+git${SRCPV}" -PR = "r0" - -SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" - -S = "${WORKDIR}/git" - -do_configure_prepend () { - ${S}/bootstrap -} - -# Due to liburcu not building for MIPS currently this recipe needs to -# be limited also. -# So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' diff --git a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb b/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb new file mode 100644 index 0000000000..dee900e5a4 --- /dev/null +++ b/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb @@ -0,0 +1,28 @@ +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 () { + ${S}/bootstrap +} + +# Due to liburcu not building for MIPS currently this recipe needs to +# be limited also. +# So here let us first suppport x86/arm/powerpc platforms now. +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' -- cgit v1.2.3-54-g00ecf