diff options
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 4 |
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 | ||
5 | SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" | 5 | SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" |
6 | PV = "0.0+git${SRCPV}" | 6 | PV = "0.0+git${SRCPV}" |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
@@ -14,5 +14,5 @@ EXTRA_OECONF += "--enable-client --disable-server" | |||
14 | 14 | ||
15 | PACKAGES =+ "oprofileui-viewer" | 15 | PACKAGES =+ "oprofileui-viewer" |
16 | 16 | ||
17 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/" | 17 | FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/ ${datadir}/icons" |
18 | RDEPENDS_oprofileui-viewer = "oprofile" | 18 | RDEPENDS_oprofileui-viewer = "oprofile" |