]> code.ossystems Code Review - openembedded-core.git/commitdiff
Inherit gtk-icon-cache to install and register the icons
authorRoss Burton <ross@openedhand.com>
Mon, 3 Sep 2007 10:40:31 +0000 (10:40 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 3 Sep 2007 10:40:31 +0000 (10:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2678 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/oprofile/oprofileui-svn.inc
meta/packages/oprofile/oprofileui.inc

index 65ac682cbda2214b2a0d1c87ebfdbb7a89d15e9b..6d111d1d59dad20c3c517d833579fdfa47e93cc1 100644 (file)
@@ -1,9 +1,8 @@
 require oprofileui.inc
 
 PV = "0.0+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 S = "${WORKDIR}/trunk"
 
 SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http"
-
index 9fe000c560dbb4ce5c36040501ad6e0d4f051f95..b55cf73d25c967c9888fff3da2c76b6b5b51303e 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gtk-icon-cache
 
 PACKAGES =+ "oprofileui-server oprofileui-viewer"