diff --git a/recipes-devtools/python/python3-boto3_1.42.95.bb b/recipes-devtools/python/python3-boto3_1.43.3.bb similarity index 95% rename from recipes-devtools/python/python3-boto3_1.42.95.bb rename to recipes-devtools/python/python3-boto3_1.43.3.bb index 6d97d89a43..691f792691 100644 --- a/recipes-devtools/python/python3-boto3_1.42.95.bb +++ b/recipes-devtools/python/python3-boto3_1.43.3.bb @@ -12,7 +12,7 @@ SRC_URI = "\ file://python_dependency_test.py \ " -SRCREV = "a47ce816eb1f088956353335f2bd2cd56b6b1fc6" +SRCREV = "bea693c0182d3d602c6bf23c7644d8353961c8e1" inherit setuptools3 ptest diff --git a/recipes-devtools/python/python3-botocore_1.42.95.bb b/recipes-devtools/python/python3-botocore_1.43.3.bb similarity index 94% rename from recipes-devtools/python/python3-botocore_1.42.95.bb rename to recipes-devtools/python/python3-botocore_1.43.3.bb index e668413ec0..53f37e7589 100644 --- a/recipes-devtools/python/python3-botocore_1.42.95.bb +++ b/recipes-devtools/python/python3-botocore_1.43.3.bb @@ -12,7 +12,7 @@ SRC_URI = "\ file://python_dependency_test.py \ " -SRCREV = "0aaee4ddba63cfd6337907ea8491a97424606586" +SRCREV = "f687cc7e2a18cadf8ec11b6e512851f6242c66ef" inherit setuptools3 ptest diff --git a/recipes-devtools/python/python3-s3transfer_0.16.1.bb b/recipes-devtools/python/python3-s3transfer_0.17.0.bb similarity index 94% rename from recipes-devtools/python/python3-s3transfer_0.16.1.bb rename to recipes-devtools/python/python3-s3transfer_0.17.0.bb index 763122b2be..cd8b38e809 100644 --- a/recipes-devtools/python/python3-s3transfer_0.16.1.bb +++ b/recipes-devtools/python/python3-s3transfer_0.17.0.bb @@ -11,7 +11,7 @@ SRC_URI = "\ file://run-ptest \ file://python_dependency_test.py \ " -SRCREV = "8647a30a80866593afaf1cc21e6c42891df2f068" +SRCREV = "28fe009e64b8041b41624d289b804eb78fe0b8ef" inherit setuptools3 ptest diff --git a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch index db2a35f832..9308fee8d4 100644 --- a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch +++ b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge/002-fix-abseil-linking.patch @@ -1,4 +1,4 @@ -From 165ac718eed6a8c3d03a8da0ce278bf87f4c9e71 Mon Sep 17 00:00:00 2001 +From a0764a9d5ab6a56ea32dd833f2b1630e12baf167 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 9 Feb 2026 13:17:57 +0000 Subject: [PATCH] aws-iot-fleetwise-edge: fix link of abseil lib @@ -9,7 +9,7 @@ Upstream-Status: Pending 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt -index c345306..ca2abe6 100644 +index 03a15d7..33ca1f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -688,6 +688,8 @@ target_link_libraries(aws-iot-fleetwise-edge diff --git a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.3.bb b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.4.bb similarity index 98% rename from recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.3.bb rename to recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.4.bb index ad8242f7d6..d70922c55e 100644 --- a/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.3.bb +++ b/recipes-iot/aws-iot-fleetwise/aws-iot-fleetwise-edge_1.3.4.bb @@ -25,7 +25,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "62c9e23d1d6b7f836577d42c228f8295ad9334db" +SRCREV = "15e20f306615f2800ea56eebe66898c2911383c6" inherit cmake systemd ptest pkgconfig diff --git a/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch b/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch index cdb435426e..d4296d4643 100644 --- a/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch +++ b/recipes-iot/aws-iot-fleetwise/files/001-remove-cxx-standard.patch @@ -1,4 +1,4 @@ -From d5743d56a1861b1d23181fab04cad06a53de9984 Mon Sep 17 00:00:00 2001 +From 2ec5dff53ad7c9054f908613d70b2595539e3db4 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Tue, 9 Jan 2024 15:01:35 +0000 Subject: [PATCH] aws-iot-fleetwise-edge: remove setting of cxx-standard @@ -9,12 +9,12 @@ Upstream-Status: Submitted [author] 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 8fa3671..c345306 100644 +index c6409d8..03a15d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2) - project(iotfleetwise VERSION 1.3.3) + project(iotfleetwise VERSION 1.3.4) -# FWE uses C++14 for compatibility reasons with Automotive middlewares (Adaptive AUTOSAR, ROS2) -# Note: When built with FWE_FEATURE_ROS2, colcon will override these settings diff --git a/recipes-sdk/aws-c-s3/aws-c-s3_0.12.2.bb b/recipes-sdk/aws-c-s3/aws-c-s3_0.12.3.bb similarity index 96% rename from recipes-sdk/aws-c-s3/aws-c-s3_0.12.2.bb rename to recipes-sdk/aws-c-s3/aws-c-s3_0.12.3.bb index c98e5d9475..c4d8f25223 100644 --- a/recipes-sdk/aws-c-s3/aws-c-s3_0.12.2.bb +++ b/recipes-sdk/aws-c-s3/aws-c-s3_0.12.3.bb @@ -19,7 +19,7 @@ SRC_URI = "\ git://github.com/awslabs/aws-c-s3.git;protocol=https;branch=${BRANCH} \ file://run-ptest \ " -SRCREV = "ab764f57ec3cab7866c0f8b7d9e9772b7cc1b9ee" +SRCREV = "a31a657840daffbfa7749b63cd0e2a178a6a5d9e" inherit cmake ptest pkgconfig diff --git a/recipes-sdk/aws-crt-cpp/aws-crt-cpp/001-shared-static-crt-libs.patch b/recipes-sdk/aws-crt-cpp/aws-crt-cpp/001-shared-static-crt-libs.patch index 5b157cbd4d..f1df6f54ac 100644 --- a/recipes-sdk/aws-crt-cpp/aws-crt-cpp/001-shared-static-crt-libs.patch +++ b/recipes-sdk/aws-crt-cpp/aws-crt-cpp/001-shared-static-crt-libs.patch @@ -1,4 +1,4 @@ -From 1c881640ef222f0f85e9f16d96862f155a94f264 Mon Sep 17 00:00:00 2001 +From 001641e967ec8b869cb24b03c43cd5d1f745863d Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Tue, 20 May 2025 08:45:29 +0000 Subject: [PATCH] aws-crt-cpp: change to build-deps as default diff --git a/recipes-sdk/aws-crt-cpp/aws-crt-cpp/002-enable-tests-with-crosscompiling.patch b/recipes-sdk/aws-crt-cpp/aws-crt-cpp/002-enable-tests-with-crosscompiling.patch index d14f1cef78..5474b4d2fd 100644 --- a/recipes-sdk/aws-crt-cpp/aws-crt-cpp/002-enable-tests-with-crosscompiling.patch +++ b/recipes-sdk/aws-crt-cpp/aws-crt-cpp/002-enable-tests-with-crosscompiling.patch @@ -1,4 +1,4 @@ -From 2a28428bb2fbbf97d2324a66d63058510aef0f35 Mon Sep 17 00:00:00 2001 +From e23e9158b0a2e41cc981427fdb96a8af59ea2c65 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Mon, 29 Sep 2025 12:51:03 +0000 Subject: [PATCH] This enable the tests even when crosscompiling. diff --git a/recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.5.bb b/recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.6.bb similarity index 95% rename from recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.5.bb rename to recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.6.bb index 83bb552ed6..2c11c583bf 100644 --- a/recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.5.bb +++ b/recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.6.bb @@ -28,11 +28,12 @@ SRC_URI = "\ file://002-enable-tests-with-crosscompiling.patch \ " -SRCREV = "bca5d26fd37b0d39ba8fbffb3058560f0d4d193f" +SRCREV = "bd19f640464f22b666660fe724531a6819f80c25" inherit cmake pkgconfig ptest CFLAGS:append = " -Wl,-Bsymbolic" +CFLAGS:append = " ${@oe.utils.vartrue('DEBUG_BUILD', '-DXXH_NO_INLINE_HINTS=1', '', d)}" EXTRA_OECMAKE += "\ -DCMAKE_MODULE_PATH=${STAGING_LIBDIR}/cmake \ diff --git a/recipes-sdk/aws-crt-python/aws-crt-python_0.32.1.bb b/recipes-sdk/aws-crt-python/aws-crt-python_0.32.2.bb similarity index 98% rename from recipes-sdk/aws-crt-python/aws-crt-python_0.32.1.bb rename to recipes-sdk/aws-crt-python/aws-crt-python_0.32.2.bb index d18cbcdd9e..90da4525f4 100644 --- a/recipes-sdk/aws-crt-python/aws-crt-python_0.32.1.bb +++ b/recipes-sdk/aws-crt-python/aws-crt-python_0.32.2.bb @@ -36,7 +36,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "eba5fc17a5984e867d1f9d28f2833bc22c2dde70" +SRCREV = "3e14d24aa02a9f227eb592b12e682651f9e97aa9" UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)" inherit setuptools3_legacy ptest diff --git a/recipes-sdk/aws-crt-python/files/001-fix-cross-compilation-support.patch b/recipes-sdk/aws-crt-python/files/001-fix-cross-compilation-support.patch index 3eaef4616d..1094075ce6 100644 --- a/recipes-sdk/aws-crt-python/files/001-fix-cross-compilation-support.patch +++ b/recipes-sdk/aws-crt-python/files/001-fix-cross-compilation-support.patch @@ -1,4 +1,4 @@ -From 82784e747b107535ebd5339cdd3e7b03731928f2 Mon Sep 17 00:00:00 2001 +From 53c5b5114303185c8d4a69ec241901835554df33 Mon Sep 17 00:00:00 2001 From: AWS Meta Layer Date: Thu, 24 Jul 2025 12:00:00 +0000 Subject: [PATCH] Fix cross-compilation support @@ -15,10 +15,10 @@ Signed-off-by: AWS Meta Layer 1 file changed, 12 insertions(+) diff --git a/setup.py b/setup.py -index c71b7db..e14b2fd 100644 +index 380e5e9..9dfd6ea 100644 --- a/setup.py +++ b/setup.py -@@ -298,12 +298,24 @@ class awscrt_build_ext(setuptools.command.build_ext.build_ext): +@@ -370,12 +370,24 @@ class awscrt_build_ext(setuptools.command.build_ext.build_ext): f'-DCMAKE_BUILD_TYPE={build_type}', ]) diff --git a/recipes-sdk/aws-greengrass-component-sdk/aws-greengrass-component-sdk_1.0.2.bb b/recipes-sdk/aws-greengrass-component-sdk/aws-greengrass-component-sdk_1.0.3.bb similarity index 99% rename from recipes-sdk/aws-greengrass-component-sdk/aws-greengrass-component-sdk_1.0.2.bb rename to recipes-sdk/aws-greengrass-component-sdk/aws-greengrass-component-sdk_1.0.3.bb index 0ca050e059..0c9a02bdab 100644 --- a/recipes-sdk/aws-greengrass-component-sdk/aws-greengrass-component-sdk_1.0.2.bb +++ b/recipes-sdk/aws-greengrass-component-sdk/aws-greengrass-component-sdk_1.0.3.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/aws-greengrass/aws-greengrass-component-sdk" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -SRCREV = "0cd2f0c7bbce2da617822f290950ff35ae153cbc" +SRCREV = "494a597ae7c4a92d9b715a2e89b51d8223b0428a" SRC_URI = "git://github.com/aws-greengrass/aws-greengrass-component-sdk.git;protocol=https;branch=main \ file://0004-Disable-strip-in-Cargo-profile.patch \ " diff --git a/recipes-sdk/aws-greengrass-component-sdk/files/0004-Disable-strip-in-Cargo-profile.patch b/recipes-sdk/aws-greengrass-component-sdk/files/0004-Disable-strip-in-Cargo-profile.patch index 9d5973d1ee..63b1b06398 100644 --- a/recipes-sdk/aws-greengrass-component-sdk/files/0004-Disable-strip-in-Cargo-profile.patch +++ b/recipes-sdk/aws-greengrass-component-sdk/files/0004-Disable-strip-in-Cargo-profile.patch @@ -1,7 +1,7 @@ -From c526d08ac614253af1a4cecf0e9d8f0d18a749a4 Mon Sep 17 00:00:00 2001 +From 544a2c87326e7019a93f3c98c990d72697236348 Mon Sep 17 00:00:00 2001 From: Richard Elberger Date: Thu, 9 Apr 2026 14:42:33 -0400 -Subject: [PATCH 4/4] Disable strip in Cargo profile +Subject: [PATCH] Disable strip in Cargo profile Let Yocto handle stripping instead of Cargo doing it during compilation. @@ -12,10 +12,10 @@ Upstream-Status: Inappropriate [Yocto-specific] 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml -index 31a472e..dead60b 100644 +index 8fc1abb..c631ec9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml -@@ -28,7 +28,6 @@ bindgen = "0.72.1" +@@ -27,7 +27,6 @@ bindgen = "0.72.1" cc = "1" [profile.release] @@ -23,6 +23,3 @@ index 31a472e..dead60b 100644 opt-level = "z" lto = true codegen-units = 1 --- -2.43.0 - diff --git a/recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2/001-shared-static-crt-libs.patch b/recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2/001-shared-static-crt-libs.patch deleted file mode 100644 index 5d5eccc70f..0000000000 --- a/recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2/001-shared-static-crt-libs.patch +++ /dev/null @@ -1,32 +0,0 @@ -This disable the shared libs build for aws-crt-cpp and aws-c-iot, -cause they will conflict with already exising versions on a system. -Therefor they are static linked into the cpp libs to not conflict. - -Upstream-Status: Inappropriate [oe specific] - - -Index: git/crt/aws-crt-cpp/CMakeLists.txt -=================================================================== ---- git.orig/crt/aws-crt-cpp/CMakeLists.txt -+++ git/crt/aws-crt-cpp/CMakeLists.txt -@@ -1,5 +1,7 @@ - cmake_minimum_required(VERSION 3.9...3.31) - -+set(BUILD_SHARED_LIBS OFF) -+ - option(BUILD_DEPS "Builds aws common runtime dependencies as part of build. Turn off if you want to control your dependency chain." ON) - option(BYO_CRYPTO "Don't build a tls implementation or link against a crypto interface. This feature is only for unix builds currently" OFF) - option(USE_OPENSSL "Set this if you want to use your system's OpenSSL 1.0.2/1.1.1 compatible libcrypto" OFF) -Index: git/crt/aws-c-iot/CMakeLists.txt -=================================================================== ---- git.orig/crt/aws-c-iot/CMakeLists.txt -+++ git/crt/aws-c-iot/CMakeLists.txt -@@ -1,6 +1,8 @@ - cmake_minimum_required(VERSION 3.9...3.31) - project(aws-c-iot C) - -+set(BUILD_SHARED_LIBS OFF) -+ - option(USE_EXTERNAL_DEPS_SOURCES "Use dependencies provided by add_subdirectory command" OFF) - - if (USE_EXTERNAL_DEPS_SOURCES) diff --git a/recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2_1.40.1.bb b/recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2_1.40.1.bb index 9c17eb8933..bccb56de41 100644 --- a/recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2_1.40.1.bb +++ b/recipes-sdk/aws-iot-device-sdk-cpp-v2/aws-iot-device-sdk-cpp-v2_1.40.1.bb @@ -13,7 +13,6 @@ require aws-iot-device-sdk-cpp-v2-version.inc SRC_URI:append = " \ file://run-ptest \ - ${@bb.utils.contains('PACKAGECONFIG', 'static', '', 'file://001-shared-static-crt-libs.patch', d)} \ " inherit cmake pkgconfig ptest @@ -45,7 +44,26 @@ PACKAGECONFIG ??= "\ build-deps \ " -FILES:${PN}-dev += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', '${libdir}/s2n/cmake', '', d)}" +FILES:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', '/usr/lib/*', '', d)}" +FILES:${PN}-dev += "\ + ${libdir}/*/cmake \ + ${libdir}/pkgconfig/*.pc \ + ${libdir}/libaws-c-common.so \ + ${libdir}/libs2n.so \ + ${libdir}/libaws-c-sdkutils.so \ + ${libdir}/libaws-c-io.so \ + ${libdir}/libaws-c-cal.so \ + ${libdir}/libaws-c-compression.so \ + ${libdir}/libaws-c-http.so \ + ${libdir}/libaws-c-auth.so \ + ${libdir}/libaws-c-mqtt.so \ + ${libdir}/libaws-checksums.so \ + ${libdir}/libaws-c-event-stream.so \ + ${libdir}/libaws-c-s3.so \ + ${libdir}/libaws-c-iot.so \ +" + +RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', 'aws-c-iot', '', d)}" # nooelint: oelint.vars.insaneskip:INSANE_SKIP INSANE_SKIP:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'build-deps', 'ldflags', '', d)}" diff --git a/recipes-sdk/aws-lc/aws-lc_1.72.0.bb b/recipes-sdk/aws-lc/aws-lc_1.72.1.bb similarity index 99% rename from recipes-sdk/aws-lc/aws-lc_1.72.0.bb rename to recipes-sdk/aws-lc/aws-lc_1.72.1.bb index 78f51ddd92..0fad43aa66 100644 --- a/recipes-sdk/aws-lc/aws-lc_1.72.0.bb +++ b/recipes-sdk/aws-lc/aws-lc_1.72.1.bb @@ -878,7 +878,7 @@ SRC_URI = "\ git://github.com/awslabs/aws-lc.git;protocol=https;branch=${BRANCH} \ file://run-ptest \ " -SRCREV = "d50ded594c835fd277997461815ad473949f2c7a" +SRCREV = "6af5337f678501c9ec87dd86ab3f42c8fe5717da" UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)" # nooelint: oelint.vars.specific diff --git a/recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.796.bb b/recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.802.bb similarity index 98% rename from recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.796.bb rename to recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.802.bb index 00e04527ec..2d63d0438c 100644 --- a/recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.796.bb +++ b/recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.802.bb @@ -19,7 +19,7 @@ SRC_URI = "\ file://ptest_result.py \ " -SRCREV = "ed4ed53cdc96b94be43c54d5b238cbc0215f9df4" +SRCREV = "03b3c217b9a5b1098f887074877a457fae89f664" inherit cmake ptest pkgconfig diff --git a/recipes-sdk/coremqtt/coremqtt_5.0.1.bb b/recipes-sdk/coremqtt/coremqtt_5.0.2.bb similarity index 96% rename from recipes-sdk/coremqtt/coremqtt_5.0.1.bb rename to recipes-sdk/coremqtt/coremqtt_5.0.2.bb index c381aac2a3..99553670df 100644 --- a/recipes-sdk/coremqtt/coremqtt_5.0.1.bb +++ b/recipes-sdk/coremqtt/coremqtt_5.0.2.bb @@ -10,7 +10,7 @@ SRC_URI = "gitsm://github.com/FreeRTOS/coreMQTT.git;protocol=https;branch=main \ file://run-ptest \ " -SRCREV = "76e9d89cb8e2fb4cff965329d835594cebebf618" +SRCREV = "04845c6a8e5f9cf2d232f1c6e80baeb81302e690" inherit cmake ptest diff --git a/recipes-support/aws-cli-v2/aws-cli-v2_2.34.36.bb b/recipes-support/aws-cli-v2/aws-cli-v2_2.34.42.bb similarity index 98% rename from recipes-support/aws-cli-v2/aws-cli-v2_2.34.36.bb rename to recipes-support/aws-cli-v2/aws-cli-v2_2.34.42.bb index 3a1d35cbae..a5a26a1034 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2_2.34.36.bb +++ b/recipes-support/aws-cli-v2/aws-cli-v2_2.34.42.bb @@ -32,7 +32,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "88399c205036c74c204c6a2a19817cc44a64ea42" +SRCREV = "050fba486cf0e6b37e3236fd16f640ce9c593677" # version 2.x UPSTREAM_CHECK_GITTAGREGEX = "(?P2\.\d+(\.\d+)+)" diff --git a/recipes-support/aws-cli/aws-cli_1.44.85.bb b/recipes-support/aws-cli/aws-cli_1.45.3.bb similarity index 96% rename from recipes-support/aws-cli/aws-cli_1.44.85.bb rename to recipes-support/aws-cli/aws-cli_1.45.3.bb index 3b33e79d6b..ab4e280f25 100644 --- a/recipes-support/aws-cli/aws-cli_1.44.85.bb +++ b/recipes-support/aws-cli/aws-cli_1.45.3.bb @@ -9,7 +9,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "4bee5743fea22cf7cfe8ec5e7eb83ce659c59d54" +SRCREV = "28301c5a34eb059c17eb053def11e26d6825dd9e" # version 2.x has got library link issues - so stick to version 1.x for now UPSTREAM_CHECK_GITTAGREGEX = "(?P1\.\d+(\.\d+)+)"