Skip to content
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 = "0565b6eea196f6082adda649f1b715541546d60c"
SRCREV = "2dae492d57b40c68839f2ecd7867bea34e6f9f1a"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"

S = "${WORKDIR}/git"
Expand Down
6 changes: 3 additions & 3 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 28d2373d9033d969bc178c2c6d8626634fd65ebe Mon Sep 17 00:00:00 2001
From 3c74636533301609ce34705e6ed1b1ebe2380bf2 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,10 +9,10 @@ Upstream-Status: Denied [Desired default]
1 file changed, 10 deletions(-)

diff --git a/setup.py b/setup.py
index 32873b2..06ee926 100644
index 13dd631..c0d5347 100644
--- a/setup.py
+++ b/setup.py
@@ -330,16 +330,6 @@ def awscrt_ext():
@@ -337,16 +337,6 @@ def awscrt_ext():
extra_link_args += ['-framework', 'Security']

else: # unix
Expand Down
Loading