diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-06-03 10:09:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 16:35:39 +0100 |
commit | ad5481f6348d1bc504729efd4321bf1fcac4083b (patch) | |
tree | 40a5f0e7e7fcb13b75de067bfb47c4c883bd8c49 /meta/recipes-kernel/oprofile/oprofileui_git.bb | |
parent | 0b0a46483f151118c76acf2d60f117b10d4aa343 (diff) | |
download | openembedded-core-ad5481f6348d1bc504729efd4321bf1fcac4083b.tar.gz openembedded-core-ad5481f6348d1bc504729efd4321bf1fcac4083b.tar.bz2 openembedded-core-ad5481f6348d1bc504729efd4321bf1fcac4083b.zip |
gnome-vfs: remove gnome-vfs as it is deprecated in favour of GVFS and GIO
Remove unnecessary dependency via configure option and make oprofileui use GIO
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui_git.bb')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index aac33eaefe..0047748b2a 100644 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb @@ -8,4 +8,5 @@ S = "${WORKDIR}/git" # Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ + file://migrate-from-gnomevfs-to-gio.patch \ file://dso_linking_change_build_fix.patch " |