change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / lttng / lttng-control_0.12.bb
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}-21062006.tar.gz"
8
9 S = "${WORKDIR}/ltt-control-${PV}-21062006"
10
11 inherit autotools
12
13 export KERNELDIR="${STAGING_KERNEL_DIR}"
14
15 FILES_${PN} += "${datadir}/ltt-control/facilities/*"