summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofileui_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-06-15 10:54:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 18:05:21 +0100
commit8f9f48a29a8478dce203b7b0e439ef5303b05475 (patch)
tree780fd0e21f297c339eea639e95275c786b3de775 /meta/recipes-kernel/oprofile/oprofileui_git.bb
parentff6d458f9ad4e2aed24997aea15ec930b0915c26 (diff)
downloadpoky-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_git.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui_git.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
deleted file mode 100644
index 86f3d8e50e..0000000000
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1require oprofileui.inc
2
3DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf gettext-native"
4
5inherit distro_features_check
6ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
7
8SRCREV = "389e1875af4721d52c7e65cf9cfffb69b0ed6a59"
9PV = "0.0+git${SRCPV}"
10
11S = "${WORKDIR}/git"
12
13SRC_URI = "git://git.yoctoproject.org/oprofileui"
14
15EXTRA_OECONF += "--enable-client --disable-server"
16
17PACKAGES =+ "oprofileui-viewer"
18
19FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/ ${datadir}/icons"
20RDEPENDS_oprofileui-viewer = "oprofile"