summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/oprofile/oprofileui
AgeCommit message (Collapse)AuthorFiles
2011-06-22gnome-vfs: remove gnome-vfs as it is deprecated in favour of GVFS and GIOZhai Edwin1
Remove unnecessary dependency via configure option and make oprofileui use GIO Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-18oprofileui: upgrade to latest git versionDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-20oprofileui: fix the build failure after gcc dso changeNitin A Kamble1
With a change in gcc all the libraries needs to be specified explicitely for linking. That breaks compile for this package as libm is not explicitely specified. This commit fixes that linking issue. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>