From 7004e43af66edb073e431b9cb2093326ce263bdf Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 8 Mar 2010 08:36:52 +0100 Subject: lttng-control: upgraded to 0.79 Signed-off-by: Frans Meulenbroeks --- recipes/lttng/lttng-control_0.12.bb | 15 --------------- recipes/lttng/lttng-control_0.79.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 recipes/lttng/lttng-control_0.12.bb create mode 100644 recipes/lttng/lttng-control_0.79.bb diff --git a/recipes/lttng/lttng-control_0.12.bb b/recipes/lttng/lttng-control_0.12.bb deleted file mode 100644 index 0cfdc03ab5..0000000000 --- a/recipes/lttng/lttng-control_0.12.bb +++ /dev/null @@ -1,15 +0,0 @@ -SECTION = "devel" -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 = "GPL" - -SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-21062006.tar.gz" - -S = "${WORKDIR}/ltt-control-${PV}-21062006" - -inherit autotools - -export KERNELDIR="${STAGING_KERNEL_DIR}" - -FILES_${PN} += "${datadir}/ltt-control/facilities/*" diff --git a/recipes/lttng/lttng-control_0.79.bb b/recipes/lttng/lttng-control_0.79.bb new file mode 100644 index 0000000000..703fccaafe --- /dev/null +++ b/recipes/lttng/lttng-control_0.79.bb @@ -0,0 +1,15 @@ +SECTION = "devel" +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 = "GPL" + +SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-01022010.tar.gz" + +S = "${WORKDIR}/ltt-control-${PV}-01022010" + +inherit autotools + +export KERNELDIR="${STAGING_KERNEL_DIR}" + +FILES_${PN} += "${datadir}/ltt-control/facilities/*" -- cgit 1.2.3-korg