meta-openembedded/meta-gnome
Yi Zhao ca363445b8 gtksourceview2: fix build with gcc6
Fix build error:
../../gtksourceview-2.10.5/gtksourceview/gtksourceprintcompositor.c:
In function 'strdup_strftime':
../../gtksourceview-2.10.5/gtksourceview/gtksourceprintcompositor.c:1951:3:
error: format not a string literal, format string not checked [-Werror=format-nonliteral]
   tmplen = strftime (tmpbuf, tmpbufsize, locale_format, tm);
   ^~~~~~

A wrapper for strftime() would compile failed with -Werror=format-nonliteral
in newer GCC. See GCC bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39438

Since most of the strdup_strftime function code is taken from GLib's
g_date_strftime() in gdate.c which already had a fix:
https://bugzilla.gnome.org/show_bug.cgi?id=761550

So this patch refers the glib fixes:
https://git.gnome.org/browse/glib/commit/?id=0817af40e8c74c721c30f6ef482b1f53d12044c7
https://git.gnome.org/browse/glib/commit/?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29 11:00:54 +02:00
..
conf meta-gnome: Add LAYERVERSION and LAYERDEPENDS 2014-11-28 13:41:49 +01:00
recipes-apps pinpoint: add librsvg dependency 2015-11-16 21:50:07 +01:00
recipes-connectivity network-manager-applet: fix gobject introspection 2016-03-14 12:15:36 +01:00
recipes-devtools/glade evince, epdf, gdm, gnumeric, libgnomeprint, tumbler, gedit, gnome-panel, gnome-session, gnome-terminal, libgnomecups, gtksourceview2, libgweather, libgnomeui, tracker, gimp, poppler, mousepad, goffice, tasks: blacklist, fails to build with gcc-6 2016-06-13 19:06:43 +02:00
recipes-extended gnome-doc-utils-stub: add a recipe 2016-06-08 14:55:26 +02:00
recipes-gnome gtksourceview2: fix build with gcc6 2016-07-29 11:00:54 +02:00
recipes-support epdf, evince, tracker, gimp, tumbler: Remove blacklist caused by poppler build failures 2016-06-23 15:20:08 +02:00
site site: add arm-64 and x86_64-linux files 2015-05-17 09:46:28 +02:00
COPYING.MIT meta-gnome: add empty layer 2011-04-21 20:03:19 +02:00
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

URI: git://github.com/openembedded/meta-oe.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject'

When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH'

Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>