[oe-commits] [meta-openembedded] 42/91: gthumb: Fix to work with disabled static libs

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:47:44 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 619b7788f6b3e3298c79e0763923ae0e3b859417
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 22 11:59:16 2016 +0000

    gthumb: Fix to work with disabled static libs
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 a1c0347..0bf1321 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list