-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from home-assistant-libs/bump-to-sve-23.09-rc1
Bump Matter SDK to SVE_23_09/rc1 tag
- Loading branch information
Showing
9 changed files
with
32 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
From c46f6cb84fb189da723a9932a5195a553762e2b6 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <c46f6cb84fb189da723a9932a5195a553762e2b6.1684832810[email protected]> | ||
From 7105b8d215750e60fc872af5d8c5903e61a806c9 Mon Sep 17 00:00:00 2001 | ||
Message-ID: <7105b8d215750e60fc872af5d8c5903e61a806c9.1696858281[email protected]> | ||
From: Stefan Agner <[email protected]> | ||
Date: Tue, 22 Nov 2022 10:51:17 +0100 | ||
Subject: [PATCH] Support custom platform tag | ||
|
@@ -9,13 +9,13 @@ Subject: [PATCH] Support custom platform tag | |
1 file changed, 10 insertions(+), 10 deletions(-) | ||
|
||
diff --git a/src/controller/python/BUILD.gn b/src/controller/python/BUILD.gn | ||
index 750de2b837..424ed433b1 100644 | ||
index 4b84c63d5f..b01dafbc30 100644 | ||
--- a/src/controller/python/BUILD.gn | ||
+++ b/src/controller/python/BUILD.gn | ||
@@ -33,6 +33,15 @@ config("controller_wno_deprecate") { | ||
declare_args() { | ||
@@ -35,6 +35,15 @@ declare_args() { | ||
chip_python_version = "0.0" | ||
chip_python_package_prefix = "chip" | ||
chip_python_supports_stack_locking = chip_system_config_locking != "none" | ||
+ | ||
+ if (current_os == "mac") { | ||
+ chip_python_platform_tag = string_replace( | ||
|
@@ -28,7 +28,7 @@ index 750de2b837..424ed433b1 100644 | |
} | ||
|
||
shared_library("ChipDeviceCtrl") { | ||
@@ -326,16 +335,7 @@ chip_python_wheel_action("chip-core") { | ||
@@ -340,16 +349,7 @@ chip_python_wheel_action("chip-core") { | ||
cpu_tag = current_cpu | ||
} | ||
|
||
|
@@ -47,5 +47,5 @@ index 750de2b837..424ed433b1 100644 | |
tags = "cp37-abi3-" + py_platform_tag | ||
|
||
-- | ||
2.40.1 | ||
2.42.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 5ec4046d098992d3b7b8a4fc46ceb4008a31da9d Mon Sep 17 00:00:00 2001 | ||
Message-Id: <5ec4046d098992d3b7b8a4fc46ceb4008a31da9d.1684832810[email protected]> | ||
In-Reply-To: <c46f6cb84fb189da723a9932a5195a553762e2b6.1684832810[email protected]> | ||
References: <c46f6cb84fb189da723a9932a5195a553762e2b6.1684832810[email protected]> | ||
From 0099f338e0fb740bd4fb2f34b315bca918e9b257 Mon Sep 17 00:00:00 2001 | ||
Message-ID: <0099f338e0fb740bd4fb2f34b315bca918e9b257.1696858281[email protected]> | ||
In-Reply-To: <7105b8d215750e60fc872af5d8c5903e61a806c9.1696858281[email protected]> | ||
References: <7105b8d215750e60fc872af5d8c5903e61a806c9.1696858281[email protected]> | ||
From: Stefan Agner <[email protected]> | ||
Date: Fri, 27 May 2022 16:38:14 +0200 | ||
Subject: [PATCH] Use /data as platform storage location | ||
|
@@ -11,7 +11,7 @@ Subject: [PATCH] Use /data as platform storage location | |
1 file changed, 6 insertions(+) | ||
|
||
diff --git a/src/platform/Linux/BUILD.gn b/src/platform/Linux/BUILD.gn | ||
index 69d0289254..af10193504 100644 | ||
index 56324ff5c4..066bde076a 100644 | ||
--- a/src/platform/Linux/BUILD.gn | ||
+++ b/src/platform/Linux/BUILD.gn | ||
@@ -38,6 +38,12 @@ if (chip_mdns == "platform") { | ||
|
@@ -28,5 +28,5 @@ index 69d0289254..af10193504 100644 | |
"../DeviceSafeQueue.cpp", | ||
"../DeviceSafeQueue.h", | ||
-- | ||
2.40.1 | ||
2.42.0 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.