You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2020/01/09 09:38:12 UTC

[mynewt-core] 02/04: bsp: b-l072z-lrwan1: use full paths for dep pkgs

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

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

commit 78929de9707d486880797abb9b4417cfd8c85334
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Jan 8 09:27:17 2020 -0300

    bsp: b-l072z-lrwan1: use full paths for dep pkgs
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 hw/bsp/b-l072z-lrwan1/pkg.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hw/bsp/b-l072z-lrwan1/pkg.yml b/hw/bsp/b-l072z-lrwan1/pkg.yml
index eb3fca9..3ef5e86 100644
--- a/hw/bsp/b-l072z-lrwan1/pkg.yml
+++ b/hw/bsp/b-l072z-lrwan1/pkg.yml
@@ -31,13 +31,13 @@ pkg.cflags:
     - -DSTM32L072xx
 
 pkg.deps:
-    - hw/mcu/stm/stm32l0xx
-    - libc/baselibc
+    - "@apache-mynewt-core/hw/mcu/stm/stm32l0xx"
+    - "@apache-mynewt-core/libc/baselibc"
 
 pkg.deps.UART_0:
-    - hw/drivers/uart/uart_hal
+    - "@apache-mynewt-core/hw/drivers/uart/uart_hal"
 pkg.deps.UART_1:
-    - hw/drivers/uart/uart_hal
+    - "@apache-mynewt-core/hw/drivers/uart/uart_hal"
 
 pkg.deps.LORA_NODE:
-    - hw/drivers/lora/sx1276
+    - "@apache-mynewt-core/hw/drivers/lora/sx1276"