diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 11:59:16 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:51 +0100 |
commit | 619b7788f6b3e3298c79e0763923ae0e3b859417 (patch) | |
tree | 9ec706714a66ab1fea1fcc8d54b16d5bb2340141 /meta-gnome | |
parent | d80a1a9a9a6d27edd55cd0f4aa2d3ff81238bd0e (diff) | |
download | meta-openembedded-619b7788f6b3e3298c79e0763923ae0e3b859417.tar.gz |
gthumb: Fix to work with disabled static libs
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 a1c0347d1..0bf1321de 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" | |||
17 | SRC_URI += "file://parallel.patch" | 17 | SRC_URI += "file://parallel.patch" |
18 | 18 | ||
19 | do_install_append () { | 19 | do_install_append () { |
20 | rm ${D}${libdir}/${BPN}/extensions/*.a | 20 | rm -f ${D}${libdir}/${BPN}/extensions/*.a |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/icons" | 23 | FILES_${PN} += "${datadir}/icons" |