From 619b7788f6b3e3298c79e0763923ae0e3b859417 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 Feb 2016 11:59:16 +0000 Subject: [PATCH] gthumb: Fix to work with disabled static libs Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb index a1c0347d1c..0bf1321de8 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb @@ -17,7 +17,7 @@ GNOME_COMPRESS_TYPE="bz2" SRC_URI += "file://parallel.patch" do_install_append () { - rm ${D}${libdir}/${BPN}/extensions/*.a + rm -f ${D}${libdir}/${BPN}/extensions/*.a } FILES_${PN} += "${datadir}/icons"