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_git.bb | |
| 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_git.bb')
| -rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 20 |
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 @@ | |||
| 1 | require oprofileui.inc | ||
| 2 | |||
| 3 | DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf gettext-native" | ||
| 4 | |||
| 5 | inherit distro_features_check | ||
| 6 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
| 7 | |||
| 8 | SRCREV = "389e1875af4721d52c7e65cf9cfffb69b0ed6a59" | ||
| 9 | PV = "0.0+git${SRCPV}" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | SRC_URI = "git://git.yoctoproject.org/oprofileui" | ||
| 14 | |||
| 15 | EXTRA_OECONF += "--enable-client --disable-server" | ||
| 16 | |||
| 17 | PACKAGES =+ "oprofileui-viewer" | ||
| 18 | |||
| 19 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/ ${datadir}/icons" | ||
| 20 | RDEPENDS_oprofileui-viewer = "oprofile" | ||
