diff options
author | Wenlin Kang <wenlin.kang@windriver.com> | 2025-03-28 16:43:00 +0800 |
---|---|---|
committer | Joshua Watt <JPEWhacker@gmail.com> | 2025-06-30 10:36:30 -0600 |
commit | 1196087e8ddf19a7dc88969afd0ab9bd464e9a70 (patch) | |
tree | 0c8357d892f968ce86c739b09028542953177d95 /lib/oeqa/sdkmingw/__init__.py | |
parent | 0eaaf203d355374c8c8704fa57110ec33607f378 (diff) | |
download | meta-mingw-master-next.tar.gz |
libxcrypt: fix build error for nativesdkmaster-next
Steps to reproduce
1) add line in local.conf
SDKMACHINE = "x86_64-mingw32"
2) bitbake nativesdk-libxcrypt
Fix:
1. pedantic error
| ../git/lib/crypt.c:316:24: error: ISO C does not allow extra ';' outside of a function [-Werror=pedantic]
| 316 | SYMVER_crypt_gensalt_rn;
| |
2. conversion error
| ../git/lib/util-get-random-bytes.c: In function '_crypt_get_random_bytes':
| ../git/lib/util-get-random-bytes.c:140:42: error: conversion from 'size_t' {aka 'long long unsigned int'} to 'unsigned int' may change value [-Werror=conversion]
| 140 | ssize_t nread = read (fd, buf, buflen);
Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Diffstat (limited to 'lib/oeqa/sdkmingw/__init__.py')
0 files changed, 0 insertions, 0 deletions