From 24e952255e2193771653cc8f2c52fe5fae0be9d3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 8 Aug 2011 13:37:20 +0100 Subject: lttng-control: Update to 0.89 (From OE-Core rev: 220c1e5a3aeb20cf0657995d0af4a6eb811f2e24) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-control_0.88.bb | 23 ----------------------- meta/recipes-kernel/lttng/lttng-control_0.89.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-kernel/lttng/lttng-control_0.88.bb create mode 100644 meta/recipes-kernel/lttng/lttng-control_0.89.bb (limited to 'meta/recipes-kernel/lttng') diff --git a/meta/recipes-kernel/lttng/lttng-control_0.88.bb b/meta/recipes-kernel/lttng/lttng-control_0.88.bb deleted file mode 100644 index dee960ff5c..0000000000 --- a/meta/recipes-kernel/lttng/lttng-control_0.88.bb +++ /dev/null @@ -1,23 +0,0 @@ -SECTION = "devel" -SUMMARY = "Linux Trace Toolkit Control" -DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ -extract program execution details from the Linux operating system and \ -interpret them." -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r0" - -LTTDATE = "09242010" - -SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz" - -SRC_URI[md5sum] = "ca81d874352756837518d74c9d1091a7" -SRC_URI[sha256sum] = "89c625a4d1b0823954217df232a31f3cae31de7b6655c0d885a61bece0dfcd88" - -S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}" - -inherit autotools - -export KERNELDIR="${STAGING_KERNEL_DIR}" - -FILES_${PN} += "${datadir}/ltt-control/facilities/*" diff --git a/meta/recipes-kernel/lttng/lttng-control_0.89.bb b/meta/recipes-kernel/lttng/lttng-control_0.89.bb new file mode 100644 index 0000000000..77314c89a1 --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-control_0.89.bb @@ -0,0 +1,23 @@ +SECTION = "devel" +SUMMARY = "Linux Trace Toolkit Control" +DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ +extract program execution details from the Linux operating system and \ +interpret them." +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +PR = "r0" + +LTTDATE = "05122011" + +SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz" + +SRC_URI[md5sum] = "2e5a531bf5cab88eef5282b45271789f" +SRC_URI[sha256sum] = "feb120e0bedd9ef8917dd14ee96cc94941f517826a4c2035d1c4aa33e4e808ab" + +S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}" + +inherit autotools + +export KERNELDIR="${STAGING_KERNEL_DIR}" + +FILES_${PN} += "${datadir}/ltt-control/facilities/*" -- cgit v1.2.3-54-g00ecf