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 17:00:47 +0000 |
commit | 07616497363aeac1a5f02aa0f80ab663cff0aa71 (patch) | |
tree | ea2753743fefa76c451385976a9aa42f2298d405 /meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | |
parent | c3b3a681f7cc50f02294c6e6a07100c75fbca124 (diff) | |
download | poky-07616497363aeac1a5f02aa0f80ab663cff0aa71.tar.gz |
recipes: bump PR to rebuild .la files without libz.la
(From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89)
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/gthumb_2.12.4.bb')
-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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base" | 5 | DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | |||
7 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" | 9 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" |
8 | 10 | ||
9 | inherit gnome pkgconfig | 11 | inherit gnome pkgconfig |