diff options
author | Erkka Kääriä <erkka.kaaria@intel.com> | 2016-08-15 12:36:20 +0300 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2016-08-24 13:49:11 +0300 |
commit | 0f127a49696696ac48c394f84232e7f56b29fbe7 (patch) | |
tree | 2d06b424d1bf5498ea49c6bd0358a40d56338000 /classes/java-library.bbclass | |
parent | 0eeeb059751c00042bd0341d17f5cceddef3c502 (diff) | |
download | meta-java-0f127a49696696ac48c394f84232e7f56b29fbe7.tar.gz |
openjdk-8-release-102b14.inc: Ignore deprecation
readdir_r has been deprecated since glibc 2.24. As openjdk uses this
function, a warning is generated during build that gets turned into
an error when -Werror is used.
While the readdir function is suggested as an replacement, it has
slightly different API. The warning is ignored instead to prevent any
unexpected breakage from patching the offending functions.
Signed-off-by: Erkka Kääriä <erkka.kaaria@intel.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'classes/java-library.bbclass')
0 files changed, 0 insertions, 0 deletions