diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-15 10:54:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:21 +0100 |
commit | 8f9f48a29a8478dce203b7b0e439ef5303b05475 (patch) | |
tree | 780fd0e21f297c339eea639e95275c786b3de775 /meta/recipes-kernel/oprofile/oprofileui.inc | |
parent | ff6d458f9ad4e2aed24997aea15ec930b0915c26 (diff) | |
download | poky-8f9f48a29a8478dce203b7b0e439ef5303b05475.tar.gz |
oprofileui: remove
oprofileui doesn't work anymore with not-so-recent changes to the oprofile
command line interface, and perf is becoming the expected profiling solution so
any future profiling tools should be using that instead.
(From OE-Core rev: 324f7cea3e73eb3f64cdfa221398797ddd2b50e9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui.inc')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc deleted file mode 100644 index 8fcf014a95..0000000000 --- a/meta/recipes-kernel/oprofile/oprofileui.inc +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "User Interface for the System-Wide Profiler" | ||
2 | DESCRIPTION = "User interface for the OProfile tool" | ||
3 | HOMEPAGE = "http://labs.o-hand.com/oprofileui/" | ||
4 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | ||
5 | |||
6 | SECTION = "x11" | ||
7 | |||
8 | LICENSE = "GPLv2" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
10 | |||
11 | DEPENDS = "glib-2.0 avahi intltool-native" | ||
12 | |||
13 | inherit autotools pkgconfig gettext | ||
14 | |||
15 | EXTRA_OECONF = "--with-avahi" | ||
16 | |||