summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2013-01-11 17:28:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:32 +0000
commit4a5ad289d1826957cd22ae9af36bbd127b4816b0 (patch)
tree5b01e84bc4b18ba797e54676723035db9065c1ea /meta/recipes-kernel/lttng/lttng-ust_0.16.bb
parentc292504197268aef08dec8587a15d393e46e63d9 (diff)
downloadpoky-4a5ad289d1826957cd22ae9af36bbd127b4816b0.tar.gz
lttng: remove 'legacy' lttng
This removes 'legacy' lttng - it hasn't actually worked for awhile now, and has been replaced by equivalent functionality in recipes-kernel/lttng-2.0 (which will be renamed to lttng in a follow-up patch). Fixes [YOCTO #3303]. (From OE-Core rev: 920b4c292f6c704cfe32666a3e1de5bce19043b5) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust_0.16.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_0.16.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
deleted file mode 100644
index 3618a2dde9..0000000000
--- a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Linux Trace Toolkit Userspace Tracer"
2DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code"
3HOMEPAGE = "http://lttng.org/ust"
4BUGTRACKER = "http://lttng.org/project/issues"
5
6LICENSE = "LGPLv2.1+ & BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \
8 file://ustctl/ustctl.c;endline=16;md5=b50c6fa0307175bb1ce0db49d752c03b \
9 file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44"
10
11DEPENDS = "liburcu"
12
13PR = "r1"
14PE = "1"
15
16SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
17
18SRC_URI[md5sum] = "8e5d5de47bfff29f50439d192ad1e478"
19SRC_URI[sha256sum] = "88167741b1fbf335e006f0208d8c41784705e28adac84df71d3d9f6c58191dab"
20
21
22S = "${WORKDIR}/ust-${PV}"
23
24inherit autotools
25
26#EXTRA_OECONF = "ac_cv_lib_urcu_bp_synchronize_rcu_bp=no"
27
28# Due to liburcu not building on MIPS currently this recipe needs to
29# be limited also.
30# So here let us first suppport x86/arm/powerpc platforms now.
31COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
32