mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 07:17:05 +00:00
pstack: include <cstdint> for fixed-width integer types
GCC 16 / libstdc++ no longer transitively pulls in cstdint so reader.h fails to find uintmax_t/intmax_t. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -5,4 +5,5 @@ PV = "2.11"
|
||||
|
||||
SRC_URI = "git://github.com/peadar/pstack.git;branch=master;protocol=https \
|
||||
file://0001-tests-fix-the-issue-of-cross-compilation-failure.patch \
|
||||
file://0001-reader.h-include-cstdint-for-uintmax_t-intmax_t.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user