Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport kirkstone-next] 2024-10-22_01-34-59_master-next_aws-crt-python #10072

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SRC_URI = "\
file://fix-shared-linking.patch \
file://run-ptest \
"
SRCREV = "5a67c680c948454c18218c54f0d949d4b92ebea1"
SRCREV = "c974233750aa17d066e303f02099e3eb130e6563"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"

S = "${WORKDIR}/git"
Expand Down
4 changes: 2 additions & 2 deletions recipes-sdk/aws-crt-python/files/fix-shared-linking.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e2342a2ccd83dd4fc804c9c012121818afd0908c Mon Sep 17 00:00:00 2001
From 409a561a75ca0daf08a033571ead6d544e2f69bf Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Thu, 4 May 2023 12:31:54 +0000
Subject: [PATCH] aws-crt-python: upgrade 0.16.15 -> 0.16.16, readd shared
Expand All @@ -9,7 +9,7 @@ Upstream-Status: Denied [Desired default]
1 file changed, 10 deletions(-)

diff --git a/setup.py b/setup.py
index a77b3b1..7916f51 100644
index 1a874ea..4fe17c5 100644
--- a/setup.py
+++ b/setup.py
@@ -345,16 +345,6 @@ def awscrt_ext():
Expand Down
Loading