diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-03 10:40:31 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-03 10:40:31 +0000 |
commit | 263cce7db2f40fe4191472d5e9d4108211547595 (patch) | |
tree | a0b7572f58a7a03c6275b7f7f8d9e4014969f177 /meta | |
parent | 31feb9d3959a250a991666140b6af9edd508948e (diff) | |
download | poky-263cce7db2f40fe4191472d5e9d4108211547595.tar.gz |
Inherit gtk-icon-cache to install and register the icons
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2678 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/oprofile/oprofileui-svn.inc | 3 | ||||
-rw-r--r-- | meta/packages/oprofile/oprofileui.inc | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/oprofile/oprofileui-svn.inc b/meta/packages/oprofile/oprofileui-svn.inc index 65ac682cbd..6d111d1d59 100644 --- a/meta/packages/oprofile/oprofileui-svn.inc +++ b/meta/packages/oprofile/oprofileui-svn.inc | |||
@@ -1,9 +1,8 @@ | |||
1 | require oprofileui.inc | 1 | require oprofileui.inc |
2 | 2 | ||
3 | PV = "0.0+svnr${SRCREV}" | 3 | PV = "0.0+svnr${SRCREV}" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | S = "${WORKDIR}/trunk" | 6 | S = "${WORKDIR}/trunk" |
7 | 7 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http" | 8 | SRC_URI = "svn://svn.o-hand.com/repos/oprofileui;module=trunk;proto=http" |
9 | |||
diff --git a/meta/packages/oprofile/oprofileui.inc b/meta/packages/oprofile/oprofileui.inc index 9fe000c560..b55cf73d25 100644 --- a/meta/packages/oprofile/oprofileui.inc +++ b/meta/packages/oprofile/oprofileui.inc | |||
@@ -3,7 +3,7 @@ SECTION = "x11" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi" | 4 | DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi" |
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig gtk-icon-cache |
7 | 7 | ||
8 | PACKAGES =+ "oprofileui-server oprofileui-viewer" | 8 | PACKAGES =+ "oprofileui-server oprofileui-viewer" |
9 | 9 | ||