diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-control_0.87.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-control_0.87.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.87.bb b/meta/recipes-kernel/lttng/lttng-control_0.87.bb new file mode 100644 index 00000000000..da6a6c6e5e8 --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-control_0.87.bb @@ -0,0 +1,19 @@ +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" + +PR = "r0" + +LTTDATE = "09062010" + +SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz" + +S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}" + +inherit autotools + +export KERNELDIR="${STAGING_KERNEL_DIR}" + +FILES_${PN} += "${datadir}/ltt-control/facilities/*" |