From: Denys Dmytriyenko Date: Fri, 16 Jun 2023 21:55:23 +0000 (+0000) Subject: agl-service-hvac: bump SRCREV for boost>1.81 and gcc13 compatibility X-Git-Tag: 15.92.0~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=624b5f96f4c47626935840a36ffa7d22dfea9d3e agl-service-hvac: bump SRCREV for boost>1.81 and gcc13 compatibility Bump SRCREV to pull in 2 latest fixes: 1. Deprecation of string_file helper functions in boost 1.81 2. Explicit inclusion of cstdint header to avoid error from gcc13 Bug-AGL: SPEC-4578 Change-Id: I9467a42e32abc633f9380414dfb25b501b88d513 Signed-off-by: Denys Dmytriyenko --- diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb index cbc31c550..1ff63a9cf 100644 --- a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb +++ b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb @@ -11,7 +11,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-hvac;protoco file://agl-service-hvac.conf \ file://agl-service-hvac.token \ " -SRCREV = "98445b49ecb0b97f1edee577ac6e78ed921fae7d" +SRCREV = "f0ac80936b73a44131564c4f65ecc0c9a9db7d39" PV = "2.0+git${SRCPV}" S = "${WORKDIR}/git"