diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2013-01-11 17:28:46 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:54:30 +0000 |
commit | 920b4c292f6c704cfe32666a3e1de5bce19043b5 (patch) | |
tree | 3c15d32138caad2c2b37d707850bf693c56bdd76 /meta/recipes-kernel/lttng/lttng-viewer | |
parent | 879c36e69889ed4945f427d5947555949c024023 (diff) | |
download | openembedded-core-920b4c292f6c704cfe32666a3e1de5bce19043b5.tar.gz openembedded-core-920b4c292f6c704cfe32666a3e1de5bce19043b5.tar.bz2 openembedded-core-920b4c292f6c704cfe32666a3e1de5bce19043b5.zip |
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].
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-viewer')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch b/meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch deleted file mode 100644 index 4a135dff24..0000000000 --- a/meta/recipes-kernel/lttng/lttng-viewer/add_linkage_to_lttvwindow.patch +++ /dev/null @@ -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 - |