diff options
-rw-r--r-- | meta/packages/lttng/lttng-control_0.43.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/lttng/lttng-control_0.43.bb b/meta/packages/lttng/lttng-control_0.43.bb deleted file mode 100644 index 8999dc2de1..0000000000 --- a/meta/packages/lttng/lttng-control_0.43.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SECTION = "devel" | ||
2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | ||
3 | extract program execution details from the Linux operating system and \ | ||
4 | interpret them." | ||
5 | LICENSE = "GPL" | ||
6 | |||
7 | SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-10082007.tar.gz \ | ||
8 | file://build_fix.patch;patch=1 \ | ||
9 | file://dynticks.patch;patch=1" | ||
10 | |||
11 | S = "${WORKDIR}/ltt-control-${PV}-10082007" | ||
12 | |||
13 | inherit autotools | ||
14 | |||
15 | export KERNELDIR="${STAGING_KERNEL_DIR}" | ||
16 | |||
17 | FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file | ||