diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-23 23:34:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:08:06 +0100 |
commit | 28e6412e474f5d03f906d07c607402c09aa647b5 (patch) | |
tree | c8ec5ac2e64cf13a35815cedd5e01b084544dba0 /documentation/poky.yaml.in | |
parent | 55ad14e87ce77cd87c1e09a2c89d0d920325ce33 (diff) | |
download | poky-28e6412e474f5d03f906d07c607402c09aa647b5.tar.gz |
apr: Use correct strerror_r implementation based on libc type
musl does not implement GNU extention of strerror_r but XSI compliant
version, therefore add it via a packageconfig to set right variables
during configure to cache the value.
configure detection logic depends on runtime test which will always be
wrong on cross compiles therefore backport a patch to make it possible
to cache the needed configure variable.
(From OE-Core rev: ded3d76a844dd1aef9ac610fbe506bf76285369b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.yaml.in')
0 files changed, 0 insertions, 0 deletions