Skip to content
Open
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 @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/aws-greengrass/aws-greengrass-component-sdk"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"

SRCREV = "9f791cbaf51b82efbc5610efe3036903aa923c37"
SRCREV = "44e24b86f9f0f1558e3cebfad9293519e184afe8"
SRC_URI = "git://github.com/aws-greengrass/aws-greengrass-component-sdk.git;protocol=https;branch=main \
file://0004-Disable-strip-in-Cargo-profile.patch \
"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 878966a637765184d41121c44e8726f72ead5825 Mon Sep 17 00:00:00 2001
From 99574f98abab0d20434100b7048e38df2a10aad1 Mon Sep 17 00:00:00 2001
From: Richard Elberger <elberger@amazon.com>
Date: Thu, 9 Apr 2026 14:42:33 -0400
Subject: [PATCH] Disable strip in Cargo profile
Expand All @@ -12,10 +12,10 @@ Upstream-Status: Inappropriate [Yocto-specific]
1 file changed, 1 deletion(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 12803e4..b40b979 100644
index e28b9e8..f470e13 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -27,7 +27,6 @@ bindgen = "0.72.1"
@@ -30,7 +30,6 @@ bindgen = "0.72.1"
cc = "1"

[profile.release]
Expand Down
Loading