diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-13 16:40:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 15:00:24 +0000 |
commit | 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89 (patch) | |
tree | bcf548a74a6b4e62b70956f57cf569342f6aa525 /meta/recipes-gnome/gthumb | |
parent | 1779afce024b31edcf846329da705ed5aa9fe63e (diff) | |
download | openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.gz openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.bz2 openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.zip |
recipes: bump PR to rebuild .la files without libz.la
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gthumb')
-rw-r--r-- | meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb index 8367bbdeaf..19a6b31570 100644 --- a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb @@ -4,6 +4,8 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base" +PR = "r1" + EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" inherit gnome pkgconfig |