aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lttng/lttng-control_0.79.bb
blob: 703fccaafe4ae4f1389fa70d5bfa3bff181a9fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/*"