Files
meta-openembedded/meta-oe/recipes-connectivity
Nguyen Dat Tho a842854681 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>
2025-04-04 19:18:46 -07:00
..
2024-09-10 07:20:36 -07:00
2024-08-09 14:25:21 -07:00
2025-03-22 09:31:25 -07:00
2024-07-01 08:01:58 -07:00
2024-02-09 09:52:12 -08:00
2023-11-12 12:02:25 -08:00
2025-02-26 08:30:56 -08:00
2025-04-04 19:18:46 -07:00
2024-02-09 09:52:12 -08:00
2025-03-11 19:35:33 -07:00
2025-03-17 22:24:37 -07:00