summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-09-20 22:43:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-21 13:42:53 +0100
commitc81cd242dffdf0bd779fe524f72a2d4785c9456d (patch)
tree679481dc1dd7998e6afd35b9e6fea54b9fd63127 /meta/recipes-kernel/oprofile
parent9aa8b769d5b69bdd3974391689210225bebbd509 (diff)
downloadpoky-c81cd242dffdf0bd779fe524f72a2d4785c9456d.tar.gz
oprofileui: Change avahi to avahi-ui depends
(From OE-Core rev: c89aa6a2b22e05e98991cc5b56d6ec869cf9c69a) 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc
index 731e037681..51703578f6 100644
--- a/meta/recipes-kernel/oprofile/oprofileui.inc
+++ b/meta/recipes-kernel/oprofile/oprofileui.inc
@@ -8,7 +8,7 @@ SECTION = "x11"
8LICENSE = "GPLv2" 8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
10 10
11DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi gconf" 11DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi-ui gconf"
12 12
13inherit autotools pkgconfig gtk-icon-cache 13inherit autotools pkgconfig gtk-icon-cache
14 14