summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-09-12 20:21:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:25 +0100
commitc9f93420c2025d8ab0ed18afcf814b6235472544 (patch)
tree3783460fcaf50c1aeb477abb3c6b33f3ba7a9d6e /meta/recipes-kernel/oprofile
parent53888478389d8f9b4f21df8ffb92c8a38066f8c9 (diff)
downloadast2050-yocto-poky-c9f93420c2025d8ab0ed18afcf814b6235472544.zip
ast2050-yocto-poky-c9f93420c2025d8ab0ed18afcf814b6235472544.tar.gz
oprofileui: Add Icons to oprofileui-viewer package
Fixes the following warning: WARNING: QA Issue: oprofileui: Files/directories were installed but not shipped /usr/share/icons /usr/share/icons/hicolor /usr/share/icons/hicolor/16x16 /usr/share/icons/hicolor/32x32 /usr/share/icons/hicolor/48x48 /usr/share/icons/hicolor/24x24 /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/22x22 /usr/share/icons/hicolor/16x16/apps /usr/share/icons/hicolor/16x16/apps/oprofile-viewer.png /usr/share/icons/hicolor/32x32/apps /usr/share/icons/hicolor/32x32/apps/oprofile-viewer.png /usr/share/icons/hicolor/48x48/apps /usr/share/icons/hicolor/48x48/apps/oprofile-viewer.png /usr/share/icons/hicolor/24x24/apps /usr/share/icons/hicolor/24x24/apps/oprofile-viewer.png /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/oprofile-viewer.svg /usr/share/icons/hicolor/22x22/apps /usr/share/icons/hicolor/22x22/apps/oprofile-viewer.png (From OE-Core rev: b5683038d36fce49abebe44ec4212a5d128b5668) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-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 2c6e96a..cafbf1a 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"
SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3"
PV = "0.0+git${SRCPV}"
-PR = "r0"
+PR = "r1"
S = "${WORKDIR}/git"
@@ -14,5 +14,5 @@ EXTRA_OECONF += "--enable-client --disable-server"
PACKAGES =+ "oprofileui-viewer"
-FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
+FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/ ${datadir}/icons"
RDEPENDS_oprofileui-viewer = "oprofile"
OpenPOWER on IntegriCloud