Skip to content

Commit 289e0a2

Browse files
committed
whinlatter-next: sync recipe versions with master
Upgrade 11 recipes to match master branch versions: - amazon-kvs-webrtc-sdk: 1.15.0 → 1.18.0 - aws-c-io: 0.26.1 → 0.26.3 - aws-c-mqtt: 0.15.0 → 0.15.2 - aws-cli: 1.44.59 → 1.44.79 - aws-cli-v2: 2.34.7 → 2.34.30 - aws-crt-cpp: 0.38.3 → 0.38.5 - aws-sdk-cpp: 1.11.782 → 1.11.790 (tinyxml2 patch dropped - upstreamed) - python3-boto3: 1.42.65 → 1.42.89 - python3-botocore: 1.42.81 → 1.42.89 - python3-ruamel-yaml-clib: 0.2.12 → 0.2.15 - s2n: 1.7.0 → 1.7.2 (with ptest fix for removed upstream tests) Signed-off-by: Richard Elberger <elberger@amazon.com>
1 parent c570c7c commit 289e0a2

File tree

14 files changed

+25
-20
lines changed

14 files changed

+25
-20
lines changed

.github/workflows/build-test-recipe.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ jobs:
234234
done
235235
export RECIPES="$FILTERED_RECIPES"
236236
237+
# Handle mutually exclusive recipes (see #15435)
238+
if echo "$RECIPES" | grep -qw "aws-cli-v2" && echo "$RECIPES" | grep -qw "aws-cli"; then
239+
RECIPES=$(echo "$RECIPES" | tr ' ' '\n' | grep -v '^aws-cli$' | tr '\n' ' ')
240+
echo "Excluded aws-cli (v1) due to conflict with aws-cli-v2"
241+
fi
242+
237243
echo RECIPES to build, test: "$RECIPES"
238244
echo "recipes=$RECIPES" >> $GITHUB_OUTPUT
239245
- name: Run build

recipes-devtools/python/python3-boto3_1.42.65.bb renamed to recipes-devtools/python/python3-boto3_1.42.89.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SRC_URI = "\
1212
file://python_dependency_test.py \
1313
"
1414

15-
SRCREV = "b7b0a0fecc981d567dec67d5c7a9927daa38cce6"
15+
SRCREV = "54a9dc1891d5e38110e5f77fc45fbc7e2e112bfe"
1616

1717
inherit setuptools3 ptest
1818

recipes-devtools/python/python3-botocore_1.42.81.bb renamed to recipes-devtools/python/python3-botocore_1.42.89.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SRC_URI = "\
1212
file://python_dependency_test.py \
1313
"
1414

15-
SRCREV = "56a6ef8c49887d3cba09ee5a085f16e97c1fdde1"
15+
SRCREV = "9b76a624ae6311605797bc0b4cdc7c3e064c1593"
1616

1717
inherit setuptools3 ptest
1818

recipes-sdk/amazon-kvs-webrtc-sdk/amazon-kvs-webrtc-sdk_1.15.0.bb renamed to recipes-sdk/amazon-kvs-webrtc-sdk/amazon-kvs-webrtc-sdk_1.18.0.bb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ SRC_URI = "\
2626
file://ptest_result.py \
2727
"
2828

29-
SRCREV = "057047ed6efe9320e7056f4f4b708b9b8934d51d"
29+
SRCREV = "ef4649473b2d1dc25215eca9d21cda6c802c06f2"
3030

3131
inherit cmake pkgconfig ptest
3232

33+
COMPATIBLE_MACHINE:riscv64 = "null"
34+
3335
PACKAGECONFIG ??= "\
3436
${@bb.utils.contains('PTEST_ENABLED', '1', 'with-tests with-samples', '', d)} \
3537
"
@@ -63,7 +65,7 @@ EXTRA_OECMAKE += "\
6365
-DUNDEFINED_BEHAVIOR_SANITIZER=OFF \
6466
-DDEBUG_HEAP=OFF \
6567
-DCOMPILER_WARNINGS=OFF \
66-
-DALIGNED_MEMORY_MODEL=OFF \
68+
-DALIGNED_MEMORY_MODEL=${@'ON' if 'riscv' in d.getVar('TARGET_ARCH') else 'OFF'} \
6769
${@bb.utils.contains('PTEST_ENABLED', '1', '-DDBUILD_TEST=ON -DCMAKE_BUILD_TYPE=Debug ', '-DBUILD_TEST=OFF -DCMAKE_BUILD_TYPE=Release', d)} \
6870
"
6971

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SRC_URI = "\
2323
file://001-enable-tests-with-crosscompiling.patch \
2424
file://run-ptest \
2525
"
26-
SRCREV = "bfb0819d3906502483611ce832a5ec6b897c8421"
26+
SRCREV = "1ec8081f208ef8d51381889eda3bda9756fd5bb5"
2727

2828
inherit cmake ptest pkgconfig
2929

recipes-sdk/aws-c-mqtt/aws-c-mqtt_0.15.0.bb renamed to recipes-sdk/aws-c-mqtt/aws-c-mqtt_0.15.2.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SRC_URI = "\
2323
file://run-ptest \
2424
"
2525

26-
SRCREV = "dc2fe7be81070f7c5095ad386d9a23c180a4276b"
26+
SRCREV = "3c2ceee52b66db42228053a4fb55210c8f8433a0"
2727

2828
inherit cmake ptest
2929

recipes-sdk/aws-crt-cpp/aws-crt-cpp/001-shared-static-crt-libs.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5722514196694fa25491ae8d5b81ad9e62199077 Mon Sep 17 00:00:00 2001
1+
From 1c881640ef222f0f85e9f16d96862f155a94f264 Mon Sep 17 00:00:00 2001
22
From: Thomas Roos <throos@amazon.de>
33
Date: Tue, 20 May 2025 08:45:29 +0000
44
Subject: [PATCH] aws-crt-cpp: change to build-deps as default

recipes-sdk/aws-crt-cpp/aws-crt-cpp/002-enable-tests-with-crosscompiling.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 15ab81b46199f77c37a7b48239f7d983e1f05a2c Mon Sep 17 00:00:00 2001
1+
From 2a28428bb2fbbf97d2324a66d63058510aef0f35 Mon Sep 17 00:00:00 2001
22
From: Thomas Roos <throos@amazon.de>
33
Date: Mon, 29 Sep 2025 12:51:03 +0000
44
Subject: [PATCH] This enable the tests even when crosscompiling.

recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.3.bb renamed to recipes-sdk/aws-crt-cpp/aws-crt-cpp_0.38.5.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SRC_URI = "\
2828
file://002-enable-tests-with-crosscompiling.patch \
2929
"
3030

31-
SRCREV = "19d1cb67f94011561368d508583efa5308618712"
31+
SRCREV = "bca5d26fd37b0d39ba8fbffb3058560f0d4d193f"
3232

3333
inherit cmake pkgconfig ptest
3434

recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.782.bb renamed to recipes-sdk/aws-sdk-cpp/aws-sdk-cpp_1.11.790.bb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ SRC_URI = "\
1717
git://github.com/aws/aws-sdk-cpp.git;protocol=https;branch=main \
1818
file://run-ptest \
1919
file://ptest_result.py \
20-
file://0001-tinyxml2-fix-null-format-string.patch \
2120
"
2221

23-
SRCREV = "4dd4b2e5d209145a045a3d72b1aeae7360b63080"
22+
SRCREV = "cad95407f1ec292e6b65fd5018edda49c680dab3"
2423

2524
inherit cmake ptest pkgconfig
2625

0 commit comments

Comments
 (0)