summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofileui_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui_git.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui_git.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index 3fe9bb4e6a..2c6e96a85e 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -1,10 +1,18 @@
1require oprofileui.inc 1require oprofileui.inc
2 2
3DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf"
4
3SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" 5SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3"
4PV = "0.0+git${SRCPV}" 6PV = "0.0+git${SRCPV}"
5PR = "r0" 7PR = "r0"
6 8
7S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
8 10
9# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now.
10SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git" 11SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git"
12
13EXTRA_OECONF += "--enable-client --disable-server"
14
15PACKAGES =+ "oprofileui-viewer"
16
17FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
18RDEPENDS_oprofileui-viewer = "oprofile"