You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2019/01/16 17:41:05 UTC

[mynewt-core] branch master updated: apps/boot: Add `sys/log/stub` dependency

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 36ae391  apps/boot: Add `sys/log/stub` dependency
36ae391 is described below

commit 36ae39147c37cc4daa234ed128ff860d7804e788
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Fri Jan 11 15:47:07 2019 -0800

    apps/boot: Add `sys/log/stub` dependency
    
    A recent commit (`b10cbea5ef882e7f91d1c34ffcf2506d3e183003`) imposes the
    `LOG` API requirement on the `sys/mfg` package. To fix broken builds,
    make the boot app depend on `sys/log/stub`.
---
 apps/boot/pkg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/boot/pkg.yml b/apps/boot/pkg.yml
index 7d07516..6719f00 100644
--- a/apps/boot/pkg.yml
+++ b/apps/boot/pkg.yml
@@ -29,6 +29,7 @@ pkg.deps:
     - "@apache-mynewt-core/boot/bootutil"
     - "@apache-mynewt-core/kernel/os"
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
 
 pkg.deps.BOOT_SERIAL:
     - "@apache-mynewt-core/boot/boot_serial"