From 7496196a58b7e6a098797ca760ce9690f29a55d1 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 8 Jul 2024 09:18:43 +0000 Subject: [PATCH] greengrass-bin: set default JVM to java 11 As java 11 is still the default for greengrass and Corretto 11 is under LTS: https://aws.amazon.com/de/about-aws/whats-new/2020/08/amazon-corretto-8-11-support-extended/ --- recipes-iot/aws-iot-greengrass/greengrass-bin_2.12.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-iot/aws-iot-greengrass/greengrass-bin_2.12.6.bb b/recipes-iot/aws-iot-greengrass/greengrass-bin_2.12.6.bb index 0c328bd75..600e78c3f 100644 --- a/recipes-iot/aws-iot-greengrass/greengrass-bin_2.12.6.bb +++ b/recipes-iot/aws-iot-greengrass/greengrass-bin_2.12.6.bb @@ -54,7 +54,7 @@ FILES:${PN} += "\ RDEPENDS:${PN} += "\ ca-certificates \ - java-17 \ + java-11 \ python3-core \ python3-json \ python3-numbers \