diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-09-20 22:43:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-21 13:42:53 +0100 |
commit | c81cd242dffdf0bd779fe524f72a2d4785c9456d (patch) | |
tree | 679481dc1dd7998e6afd35b9e6fea54b9fd63127 /meta/recipes-kernel/oprofile/oprofileui.inc | |
parent | 9aa8b769d5b69bdd3974391689210225bebbd509 (diff) | |
download | poky-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/oprofileui.inc')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui.inc | 2 |
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" | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi gconf" | 11 | DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2 avahi-ui gconf" |
12 | 12 | ||
13 | inherit autotools pkgconfig gtk-icon-cache | 13 | inherit autotools pkgconfig gtk-icon-cache |
14 | 14 | ||