]> code.ossystems Code Review - openembedded-core.git/commit
nss: Disable warning on deprecated API usage
authorZeeshan Ali <zeeshanak@gnome.org>
Mon, 14 Nov 2016 09:40:54 +0000 (10:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:13:33 +0000 (13:13 +0100)
commit6df5997bc0a7f7af73f625b172f99964cfed9f6e
tree97a2df2f20728e920877d7ce53c1e9809cbbbd40
parent29ddf96f8db2ac8d1aabbac21514ab3865603dcd
nss: Disable warning on deprecated API usage

nss itself enables Werror if gcc is version 4.8 of greater, which fails
the build against new glibc (2.24) because of use of readdir_r(), which
is now deprecated. Let's just disable warnings on deprecated API usage.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=10644

Signed-off-by: Zeeshan Ali <zeeshan.ali@pelagicore.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-support/nss/nss/nss-disable-werror-on-deprecated-api.patch [new file with mode: 0644]
meta/recipes-support/nss/nss_3.21.bb