summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofileui.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui.inc')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc
new file mode 100644
index 0000000000..22b56a584f
--- /dev/null
+++ b/meta/recipes-kernel/oprofile/oprofileui.inc
@@ -0,0 +1,22 @@
1DESCRIPTION = "User interface for the OProfile tool"
2HOMEPAGE = "http://labs.o-hand.com/oprofileui/"
3BUGTRACKER = "http://bugzilla.o-hand.com/"
4
5SECTION = "x11"
6
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
9
10DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi gconf"
11
12inherit autotools pkgconfig gtk-icon-cache
13
14PACKAGES =+ "oprofileui-server oprofileui-viewer"
15
16EXTRA_OECONF = "--with-avahi"
17
18FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
19RDEPENDS_oprofile-viewer = "oprofile"
20
21FILES_oprofileui-server = "${bindir}/oprofile-server"
22RDEPENDS_oprofile-server = "oprofile"