diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | 7 |
1 files changed, 6 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 0bf1321de8..d22d5da8ea 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | |||
| @@ -14,7 +14,12 @@ SRC_URI[archive.md5sum] = "97fc13221b0c5d80c27a2e25a3a3ac6f" | |||
| 14 | SRC_URI[archive.sha256sum] = "cf809695230ab8892a078be454a42ade865754c72ec1da7c3d74d4310de54f1d" | 14 | SRC_URI[archive.sha256sum] = "cf809695230ab8892a078be454a42ade865754c72ec1da7c3d74d4310de54f1d" |
| 15 | GNOME_COMPRESS_TYPE="bz2" | 15 | GNOME_COMPRESS_TYPE="bz2" |
| 16 | 16 | ||
| 17 | SRC_URI += "file://parallel.patch" | 17 | SRC_URI += "file://parallel.patch \ |
| 18 | file://0001-Drop-help-directory-from-build.patch" | ||
| 19 | |||
| 20 | do_configure_prepend () { | ||
| 21 | rm -r ${S}/m4/gnome-doc-utils.m4 | ||
| 22 | } | ||
| 18 | 23 | ||
| 19 | do_install_append () { | 24 | do_install_append () { |
| 20 | rm -f ${D}${libdir}/${BPN}/extensions/*.a | 25 | rm -f ${D}${libdir}/${BPN}/extensions/*.a |
