Skip to content

Commit

Permalink
aws-crt-python: upgrade 0.21.7 -> 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-iot-embedded-linux-ci authored and web-flow committed Oct 2, 2024
1 parent a057e50 commit 89cec21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 = "536446a2e619ce4579ccc6be96fd9624f4f91a8a"
SRCREV = "5a67c680c948454c18218c54f0d949d4b92ebea1"
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 ba5ddc1aa863c59c4583dc56ed026424ca5ba15d Mon Sep 17 00:00:00 2001
From e2342a2ccd83dd4fc804c9c012121818afd0908c 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 All @@ -9,10 +9,10 @@ Upstream-Status: Denied [Desired default]
1 file changed, 10 deletions(-)

diff --git a/setup.py b/setup.py
index 50393a8..e430add 100644
index a77b3b1..7916f51 100644
--- a/setup.py
+++ b/setup.py
@@ -337,16 +337,6 @@ def awscrt_ext():
@@ -345,16 +345,6 @@ def awscrt_ext():
extra_link_args += ['-framework', 'Security']

else: # unix
Expand Down

0 comments on commit 89cec21

Please sign in to comment.