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 @@ -26,7 +26,7 @@ SRC_URI = "\
file://ptest_result.py \
"

SRCREV = "84f94300f92c3f4d3886f86e3652eabcc892e5e5"
SRCREV = "057047ed6efe9320e7056f4f4b708b9b8934d51d"

inherit cmake pkgconfig ptest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 28528bb16dbecef64bc19dffdc2098c3bcd27bc1 Mon Sep 17 00:00:00 2001
From 2954fb350258c6f4479b099caf2e0a3680b54fe0 Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Wed, 23 Jul 2025 16:39:01 +0000
Subject: [PATCH] amazon-kvs-webrtc-sdk: disable download of kvs-common-lws
Expand All @@ -12,7 +12,7 @@ Upstream-Status: Inappropriate [oe-specific]
1 file changed, 10 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e6d2546979..214fb77550 100644
index c6252f65bd..542eb702c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -281,16 +281,6 @@ if(BUILD_DEPENDENCIES)
Expand Down
Loading