From 1218268c8bef2fb087db5f0958835c1695c1cb90 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Aug 2007 11:52:55 +0000 Subject: [PATCH] lttng-control: 0.18 -> 0.42 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2252 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../dynticks.patch | 0 meta/packages/lttng/lttng-control_0.42.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) rename meta/packages/lttng/{lttng-control-0.18 => lttng-control-0.42}/dynticks.patch (100%) create mode 100644 meta/packages/lttng/lttng-control_0.42.bb diff --git a/meta/packages/lttng/lttng-control-0.18/dynticks.patch b/meta/packages/lttng/lttng-control-0.42/dynticks.patch similarity index 100% rename from meta/packages/lttng/lttng-control-0.18/dynticks.patch rename to meta/packages/lttng/lttng-control-0.42/dynticks.patch diff --git a/meta/packages/lttng/lttng-control_0.42.bb b/meta/packages/lttng/lttng-control_0.42.bb new file mode 100644 index 0000000000..0525f23ffa --- /dev/null +++ b/meta/packages/lttng/lttng-control_0.42.bb @@ -0,0 +1,16 @@ +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}-16072007.tar.gz \ + file://dynticks.patch;patch=1" + +S = "${WORKDIR}/ltt-control-${PV}-16072007" + +inherit autotools + +export KERNELDIR="${STAGING_KERNEL_DIR}" + +FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file -- 2.40.1