mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c292504197
commit
4a5ad289d1
@@ -1,23 +0,0 @@
|
||||
SECTION = "devel"
|
||||
SUMMARY = "Linux Trace Toolkit Control"
|
||||
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 = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
PR = "r0"
|
||||
|
||||
LTTDATE = "05122011"
|
||||
|
||||
SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "2e5a531bf5cab88eef5282b45271789f"
|
||||
SRC_URI[sha256sum] = "feb120e0bedd9ef8917dd14ee96cc94941f517826a4c2035d1c4aa33e4e808ab"
|
||||
|
||||
S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
export KERNELDIR="${STAGING_KERNEL_DIR}"
|
||||
|
||||
FILES_${PN} += "${datadir}/ltt-control/facilities/*"
|
||||
@@ -1,32 +0,0 @@
|
||||
SUMMARY = "Linux Trace Toolkit Userspace Tracer"
|
||||
DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code"
|
||||
HOMEPAGE = "http://lttng.org/ust"
|
||||
BUGTRACKER = "http://lttng.org/project/issues"
|
||||
|
||||
LICENSE = "LGPLv2.1+ & BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \
|
||||
file://ustctl/ustctl.c;endline=16;md5=b50c6fa0307175bb1ce0db49d752c03b \
|
||||
file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44"
|
||||
|
||||
DEPENDS = "liburcu"
|
||||
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "8e5d5de47bfff29f50439d192ad1e478"
|
||||
SRC_URI[sha256sum] = "88167741b1fbf335e006f0208d8c41784705e28adac84df71d3d9f6c58191dab"
|
||||
|
||||
|
||||
S = "${WORKDIR}/ust-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
#EXTRA_OECONF = "ac_cv_lib_urcu_bp_synchronize_rcu_bp=no"
|
||||
|
||||
# Due to liburcu not building on MIPS currently this recipe needs to
|
||||
# be limited also.
|
||||
# So here let us first suppport x86/arm/powerpc platforms now.
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Explicitly add linkage to lttvwindow.
|
||||
|
||||
Without the fix, lttv-gui inside target can't run, complaining
|
||||
"undefined symbol: LTTV_VIEWER_CONSTRUCTORS".
|
||||
|
||||
Tue May 3 21:39:37 CST 2011
|
||||
|
||||
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
|
||||
|
||||
diff --git a/lttv/modules/gui/common.am b/lttv/modules/gui/common.am
|
||||
index ce50113..89083aa 100644
|
||||
--- a/lttv/modules/gui/common.am
|
||||
+++ b/lttv/modules/gui/common.am
|
||||
@@ -21,3 +21,4 @@ AM_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
|
||||
libdir = ${lttvplugindir}
|
||||
|
||||
+LIBS += $(GTK_LIBS) -L${top_builddir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
|
||||
diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am b/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
|
||||
index c953fc9..489d640 100644
|
||||
--- a/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
|
||||
+++ b/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am
|
||||
@@ -1,13 +1,14 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
-include ../../common.am
|
||||
-
|
||||
INCLUDES = \
|
||||
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
|
||||
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
||||
$(DEFAULT_INCLUDES)
|
||||
|
||||
-#libdir = ${lttvplugindir}
|
||||
+AM_CFLAGS = $(MODULE_CFLAGS)
|
||||
+AM_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
+
|
||||
+libdir = ${lttvplugindir}
|
||||
|
||||
lib_LTLIBRARIES = liblttvwindow.la
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
SUMMARY = "Linux Trace Toolkit Viewer"
|
||||
DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
|
||||
extract program execution details from the Linux operating system and \
|
||||
interpret them."
|
||||
HOMEPAGE = "http://lttng.org/content/download"
|
||||
BUGTRACKER = "n/a"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
|
||||
file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
|
||||
file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
|
||||
PR = "r3"
|
||||
|
||||
DEPENDS = "gtk+ pango popt"
|
||||
|
||||
SECTION = "devel"
|
||||
|
||||
ALTNAME = "lttv-${PV}-21032011"
|
||||
|
||||
SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz \
|
||||
file://add_linkage_to_lttvwindow.patch"
|
||||
|
||||
SRC_URI[md5sum] = "071bf3dd13e7562c08ee8f8971cfc76d"
|
||||
SRC_URI[sha256sum] = "cf87ffcf5d266b18979418e610a180a0b4214de41677f0be867885e15b2f7647"
|
||||
S = "${WORKDIR}/${ALTNAME}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
LEAD_SONAME = "liblttvtraceread*"
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += "\
|
||||
${libdir}/liblttvtraceread*.so \
|
||||
${libdir}/lttv/plugins/*.so \
|
||||
${datadir}/lttv/facilities/* \
|
||||
${datadir}/lttv/pixmaps/* "
|
||||
FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
|
||||
FILES_${PN}-dev += "${libdir}/lttv/plugins/*.la"
|
||||
FILES_${PN}-staticdev += "${libdir}/lttv/plugins/*.a"
|
||||
INSANE_SKIP_${PN} = "dev-so"
|
||||
Reference in New Issue
Block a user