Go to file
Yi Zhao 3f073fc227 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>
(cherry picked from commit ca363445b8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-08-16 10:29:41 -07:00
contrib contrib: print oldline within single quotes 2016-01-04 14:56:24 +01:00
meta-efl efl e-module.inc: fix fetching in multi-lib configs 2016-08-16 10:29:41 -07:00
meta-filesystems Add simple-mtpfs recipe 2016-05-02 14:03:03 -07:00
meta-gnome gtksourceview2: fix build with gcc6 2016-08-16 10:29:41 -07:00
meta-gpe fbreader: fix return code issue on gcc6 2016-08-16 10:29:40 -07:00
meta-initramfs initramfs-kexecboot-klibc-image: Skip for nios2 2016-08-16 10:29:39 -07:00
meta-multimedia libebml: don't rely on make -e, obey LDFLAGS 2016-08-16 10:29:41 -07:00
meta-networking net-snmp: initscripts are located in net-snmp-server-snmp package 2016-08-16 10:29:41 -07:00
meta-oe x11vnc: remove redundant RPATH to fix QA issue 2016-08-16 10:29:41 -07:00
meta-perl libhtml-parser-perl: update to 3.72 2016-05-02 14:03:01 -07:00
meta-python pytest: fix runtime issues. 2016-08-16 10:29:38 -07:00
meta-ruby README: update maintainers list for krogoth 2016-04-12 11:50:37 +02:00
meta-systemd README: update maintainers list for krogoth 2016-04-12 11:50:37 +02:00
meta-webserver apache2: fix libtool's path in apxs 2016-08-16 10:29:38 -07:00
meta-xfce libxfce4ui: Use native intltool for building the lib 2016-08-16 10:29:41 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories