Skip to content

Commit

Permalink
Merge branch 'master-next' into 2024-09-17_01-29-46_master-next_aws-c…
Browse files Browse the repository at this point in the history
…rt-python
  • Loading branch information
thomas-roos authored Sep 23, 2024
2 parents 0cef41e + 2fde673 commit ff0cec4
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "\
git://github.com/boto/boto3.git;protocol=https;branch=master \
file://run-ptest"

SRCREV = "9a862a7fec24b3981745698c5c65058ba235d6b9"
SRCREV = "746a9994deb944336dfc91c8a89bcd9bd25accc0"
S = "${WORKDIR}/git"

inherit setuptools3 ptest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "5eab6f3bc4d3cb8b2972436e8975fff0773e791a"
SRCREV = "64a975a44436519a57e1da40b3cabc5dc23096a7"
S = "${WORKDIR}/git"

inherit setuptools3 ptest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRC_URI = "\
git://github.com/awslabs/aws-c-auth.git;protocol=https;branch=${BRANCH} \
file://run-ptest \
"
SRCREV = "d5e6eb03b5dc36845cc44995c6afbbce19a287af"
SRCREV = "48d647bf43f8872e4dc5ec6343b0c5974195fbdd"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "4b1634be75f1a0f63d494ae91a437729750ce269"
SRCREV = "6068653e1d582bd8e7d1c9f81f86beaf10444e3d"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "c43232c1bc378344bb7245d7fcb167410f3fe931"
SRCREV = "77d6f00e89b10e3263d8a17576ec8e91c45b4606"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SRC_URI = "\
git://github.com/awslabs/aws-c-s3.git;protocol=https;branch=${BRANCH} \
file://run-ptest \
"
SRCREV = "502cd6249c6523583c19b122c65e02cf74301b3e"
SRCREV = "aede1d8c24f9f580d5a96c089878e9b258b88d04"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "779b5f350eed7fb784bb3c6700b7532e3fdd84ff"
SRCREV = "ce04ab00b3ecc41912f478bfedca39f8e1919d6b"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "e14c814728dc438a0b7dc694bd83418addc5a6a1"
SRCREV = "83aacf7ae3a79c1cd1d2e1fe901a8ac9c427a199"

S = "${WORKDIR}/git"

Expand Down
1 change: 0 additions & 1 deletion recipes-sdk/aws-crt-python/files/fix-shared-linking.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
From 61d30660cd3caa96b3f111036fc44142eb25e5ca Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
Date: Thu, 4 May 2023 12:31:54 +0000
Subject: [PATCH] aws-crt-python: upgrade 0.16.15 -> 0.16.16, readd shared
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI = "\
git://github.com/awslabs/aws-lc.git;protocol=https;branch=${BRANCH} \
file://run-ptest \
"
SRCREV = "2f1879759b2e0fc70592665bdf10087b64f44b7d"
SRCREV = "c187579952edd0e936263ec6ba021e08a29d7c4c"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"

S = "${WORKDIR}/git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SRC_URI = "\
file://ptest_result.py \
"

SRCREV = "ba258ccc340db5c3f973d5a1709c37b1d333cfd3"
SRCREV = "8ab2e71b78e78111aff458131c30a1a636371f46"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "52631c70235ef6f60adc234d58f6ef890b6e7226"
SRCREV = "845d103b7dbdd82175854407edbd28e7034d45f1"

# version 2.x has got library link issues - so stick to version 1.x for now
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>1\.\d+(\.\d+)+)"
Expand Down

0 comments on commit ff0cec4

Please sign in to comment.