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

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 13:08:56 UTC 2016


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

commit 7900aecdc0d7e03fb119682b4e0ddc19fd81fc92
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