diff options
Diffstat (limited to 'packages/lttng')
-rw-r--r-- | packages/lttng/lttng-control_0.12.bb | 15 | ||||
-rw-r--r-- | packages/lttng/lttng-viewer_0.8.41-20060512.bb | 19 |
2 files changed, 0 insertions, 34 deletions
diff --git a/packages/lttng/lttng-control_0.12.bb b/packages/lttng/lttng-control_0.12.bb deleted file mode 100644 index 0cfdc03ab5..0000000000 --- a/packages/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/packages/lttng/lttng-viewer_0.8.41-20060512.bb b/packages/lttng/lttng-viewer_0.8.41-20060512.bb deleted file mode 100644 index 3251c2fcd3..0000000000 --- a/packages/lttng/lttng-viewer_0.8.41-20060512.bb +++ /dev/null @@ -1,19 +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" -PR = "r1" -DEPENDS = "gtk+ pango popt" - -ALTNAME = "LinuxTraceToolkitViewer-0.8.41-12052006" - -SRC_URI = "http://ltt.polymtl.ca/packages/${ALTNAME}.tar.gz " -S = "${WORKDIR}/${ALTNAME}" - -inherit autotools - -FILES_${PN} += "\ - ${libdir}/lttv/plugins/* \ - ${datadir}/LinuxTraceToolkitViewer/facilities/* \ - ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " |