Skip to content

Commit 6953748

Browse files
committed
greengrass-lite: update 2.3.x -> 2.3.1
(cherry picked from commit 843ad62)
1 parent 2ecd782 commit 6953748

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

recipes-iot/aws-iot-greengrass/greengrass-lite_2.3.x.bb renamed to recipes-iot/aws-iot-greengrass/greengrass-lite_2.3.1.bb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LDFLAGS:append:libc-musl = " -largp"
3131

3232
# THIS IS DISABLED IF exernalsrc is enabled
3333
SRC_URI = "\
34-
git://github.com/aws-greengrass/aws-greengrass-lite.git;protocol=https;branch=main;name=ggl \
34+
git://github.com/aws-greengrass/aws-greengrass-lite.git;protocol=https;branch=release/2.3.x;name=ggl \
3535
${@'' if d.getVar('DISABLE_FETCHCONTENT') else 'git://github.com/FreeRTOS/coreMQTT.git;protocol=https;branch=main;name=mqtt;destsuffix=${S}/thirdparty/core_mqtt'} \
3636
${@'' if d.getVar('DISABLE_FETCHCONTENT') else 'git://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git;protocol=https;branch=main;name=sigv4;destsuffix=${S}/thirdparty/aws_sigv4'} \
3737
${@'' if d.getVar('DISABLE_FETCHCONTENT') else 'git://github.com/aws-greengrass/aws-greengrass-component-sdk.git;protocol=https;branch=main;name=sdk;destsuffix=${S}/thirdparty/gg_sdk'} \
@@ -46,9 +46,7 @@ SRC_URI = "\
4646
${@bb.utils.contains('PACKAGECONFIG','fleetprovisioning','file://ggl.aws.greengrass.TokenExchangeService.service.d-fleet-provisioning.conf','',d)} \
4747
"
4848

49-
PV = "2.3.x+git${SRCPV}"
50-
51-
SRCREV_ggl = "7a7e6dcf6bdf5eac15745112fe6c175162b0b41d"
49+
SRCREV_ggl = "813f4d49afd25c84f73032391cf5da877c496892"
5250

5351
# must match fc_deps.json
5452

0 commit comments

Comments
 (0)