diff options
author | Nguyen Dat Tho <tho3.nguyen@lge.com> | 2025-04-03 17:23:06 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-04 19:18:46 -0700 |
commit | a84285468133e3df1de401c72103a85e7f3efad5 (patch) | |
tree | 7b9c945879040ace3c91543944f93a3deb682ad0 /meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python | |
parent | eaf94b092d82ce5ed5ab6e4d3e2bf28686f39808 (diff) | |
download | meta-openembedded-a84285468133e3df1de401c72103a85e7f3efad5.tar.gz |
thrift: Fix build with gcc-15
Backport patch to fix issue: https://errors.yoctoproject.org/Errors/Details/850167/
TOPDIR/tmp/work/core2-64-oe-linux/thrift/0.21.0/thrift-0.21.0/lib/cpp/src/thrift/concurrency/Mutex.h:47:26: error: 'int64_t' has not been declared
47 | virtual bool timedlock(int64_t milliseconds) const;
| ^~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/thrift/0.21.0/thrift-0.21.0/lib/cpp/src/thrift/concurrency/Mutex.h:25:1: note: 'int64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
24 | #include <thrift/TNonCopyable.h>
+++ |+#include <cstdint>
Signed-off-by: Nguyen Dat Tho <tho3.nguyen@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python')
0 files changed, 0 insertions, 0 deletions