Go to file
mingli.yu@windriver.com 9bf3e362e7 collectd: replace deprecated readdir_r() with readdir()
* Replace the usage of readdir_r() with readdir()
  to address a compilation error under glibc 2.24
  due to the deprecation of readdir_r

| ../../collectd-5.5.0/src/vserver.c: In function 'vserver_read':
| ../../collectd-5.5.0/src/vserver.c:167:3: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations]
|    status = readdir_r (proc, (struct dirent *) dirent_buffer, &dent);
|    ^~~~~~
| In file included from /buildarea4/myu2/build/prj_test_20160722/bitbake_build/tmp/sysroots/qemux86/usr/include/features.h:368:0,
|                  from /buildarea4/myu2/build/prj_test_20160722/bitbake_build/tmp/sysroots/qemux86/usr/include/stdio.h:27,
|                  from ../../collectd-5.5.0/src/daemon/collectd.h:34,
|                  from ../../collectd-5.5.0/src/vserver.c:29:
| /buildarea4/myu2/build/prj_test_20160722/bitbake_build/tmp/sysroots/qemux86/usr/include/dirent.h:189:12: note: declared here
|  extern int __REDIRECT (readdir_r,
|             ^

  [1]https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7584a3f96de88d5eefe5d6c634515278cbfbf052;hp=8d9c92017d85f23ba6a2b3614b2f2bcf1820d6f0

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29 11:00:58 +02:00
contrib contrib: add MIPS_INSTRUCTION_SET 2016-07-29 11:00:56 +02:00
meta-efl efl e-module.inc: fix fetching in multi-lib configs 2016-06-23 15:21:26 +02:00
meta-filesystems sshfs-fuse: update to 2.8 2016-07-29 11:00:53 +02:00
meta-gnome gtksourceview2: fix build with gcc6 2016-07-29 11:00:54 +02:00
meta-gpe fbreader: fix return code issue on gcc6 2016-06-15 12:13:16 +02:00
meta-initramfs grubby: add grubby 8.40-1 2016-07-29 11:00:58 +02:00
meta-multimedia Mpd: use libsystemd 2016-07-29 11:00:54 +02:00
meta-networking net-snmp: initscripts are located in net-snmp-server-snmp package 2016-07-18 13:59:16 -04:00
meta-oe collectd: replace deprecated readdir_r() with readdir() 2016-07-29 11:00:58 +02:00
meta-perl libcgi-perl: add version 4.28 to provide perl-module-cgi 2016-06-15 12:13:14 +02:00
meta-python python-flask-bootstrap: update to version 3.3.6.0 and fix RDEPENDS 2016-07-22 21:45:42 +02:00
meta-ruby ruby.bbclass: Fix usage with python3 2016-06-13 19:06:47 +02:00
meta-systemd avahi: rename the bbappend to apply for all versions 2016-02-20 14:51:57 +01:00
meta-webserver phpmyadmin: upgrade to 4.6.3 2016-07-29 11:00:57 +02:00
meta-xfce xfce4-terminal: add dependency on vte9-termcap 2016-07-29 11:00:57 +02: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