Re: [OE-core] [PATCH] gconf: Avoid error when trying to delete files that don't exist

2012-10-18 Thread Saul Wold
On 10/17/2012 03:25 PM, Phil Blundell wrote: Use rm -f in do_install_append() so we don't fail if the files we're trying to delete have already been removed. This can happen if the distro policy suppresses both static libs and .la files. Signed-off-by: Phil Blundell p...@pbcl.net ---

[OE-core] [PATCH] gconf: Avoid error when trying to delete files that don't exist

2012-10-17 Thread Phil Blundell
Use rm -f in do_install_append() so we don't fail if the files we're trying to delete have already been removed. This can happen if the distro policy suppresses both static libs and .la files. Signed-off-by: Phil Blundell p...@pbcl.net --- meta/recipes-gnome/gnome/gconf_3.2.3.bb |4 ++-- 1