diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-09-28 09:12:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-28 14:58:54 +0100 |
commit | 10275458a671d2483b3f3e91ecc8b0cec9f4e3f7 (patch) | |
tree | 42d53a3eb2e53a441258a8b561f9317afa3d96c2 /meta/recipes-kernel | |
parent | 0b4ef8aaf8e030a34ed2c3ad86ea3f16e92f1b85 (diff) | |
download | poky-10275458a671d2483b3f3e91ecc8b0cec9f4e3f7.tar.gz |
oprofileui: remove dependence on gnome-vfs
(From OE-Core rev: 3175191a5d489234f3d1019595b5813dcf5b30a2)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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 51703578f6..ab14c38e33 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-ui gconf" | 11 | DEPENDS = "glib-2.0 gtk+ libglade libxml2 avahi-ui gconf" |
12 | 12 | ||
13 | inherit autotools pkgconfig gtk-icon-cache | 13 | inherit autotools pkgconfig gtk-icon-cache |
14 | 14 | ||