This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 5b3fd8ebe44bd055cedf706bf75a2b777dffa446
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Oct 6 15:43:13 2025 +0200

    samples: Fix samples build dependencies
    
    Those were not updated after HCI transport rework in NimBLE.
---
 samples/omp_svr/mynewt/pkg.yml | 1 -
 samples/smp_svr/mynewt/pkg.yml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/samples/omp_svr/mynewt/pkg.yml b/samples/omp_svr/mynewt/pkg.yml
index f9d725e..6ae7e1e 100644
--- a/samples/omp_svr/mynewt/pkg.yml
+++ b/samples/omp_svr/mynewt/pkg.yml
@@ -54,7 +54,6 @@ pkg.deps.!BSP_SIMULATED:
     - '@apache-mynewt-nimble/nimble/host/services/gap'
     - '@apache-mynewt-nimble/nimble/host/services/gatt'
     - '@apache-mynewt-nimble/nimble/host/store/config'
-    - '@apache-mynewt-nimble/nimble/transport/ram'
 
 pkg.deps.BSP_SIMULATED:
     - '@apache-mynewt-core/boot/stub'
diff --git a/samples/smp_svr/mynewt/pkg.yml b/samples/smp_svr/mynewt/pkg.yml
index f2f8f78..dd5eb31 100644
--- a/samples/smp_svr/mynewt/pkg.yml
+++ b/samples/smp_svr/mynewt/pkg.yml
@@ -42,7 +42,6 @@ pkg.deps.!BSP_SIMULATED:
     - '@apache-mynewt-nimble/nimble/host/services/gap'
     - '@apache-mynewt-nimble/nimble/host/services/gatt'
     - '@apache-mynewt-nimble/nimble/host/store/config'
-    - '@apache-mynewt-nimble/nimble/transport/ram'
 
 pkg.deps.BSP_SIMULATED:
     - '@apache-mynewt-core/boot/stub'

Reply via email to