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 <[email protected]> AuthorDate: Wed Jan 8 09:27:17 2020 -0300 bsp: b-l072z-lrwan1: use full paths for dep pkgs Signed-off-by: Fabio Utzig <[email protected]> --- 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"
