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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index 2c6e96a85e..cafbf1a8f4 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -4,7 +4,7 @@ DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf"
4 4
5SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" 5SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3"
6PV = "0.0+git${SRCPV}" 6PV = "0.0+git${SRCPV}"
7PR = "r0" 7PR = "r1"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
@@ -14,5 +14,5 @@ EXTRA_OECONF += "--enable-client --disable-server"
14 14
15PACKAGES =+ "oprofileui-viewer" 15PACKAGES =+ "oprofileui-viewer"
16 16
17FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" 17FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/ ${datadir}/icons"
18RDEPENDS_oprofileui-viewer = "oprofile" 18RDEPENDS_oprofileui-viewer = "oprofile"