overlay coreos-base/update_engine: fix build issues with gcc 13

Starting from gcc 13, it is required to explicitly include cstdint, as
other standard library header files will not include other headers that
were being used internally by the library. So update_engine also has to
explicitly include cstdint to avoid build errors.

Pulls in https://github.com/flatcar/update_engine/pull/27
This commit is contained in:
Dongsu Park 2023-09-29 09:41:10 +02:00
parent 96088a2e14
commit 15fea68790
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="e3d47bfa4f57f12eae70c2d8811ab482ef25c3e6" # flatcar-master
CROS_WORKON_COMMIT="f9211bc0bd210499ee7e231c6515064cc29ded64" # flatcar-master
KEYWORDS="amd64 arm64"
fi