[oe-commits] [openembedded-core] 02/02: bitbake.conf: add bzr to HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Wed Sep 13 21:21:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch pyro
in repository openembedded-core.

commit 92f73702d95e9c6ae72de667f225c9d24afe5c0a
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Wed Sep 13 17:49:11 2017 +0200

    bitbake.conf: add bzr to HOSTTOOLS_NONFATAL
    
    * it's used by bzr fetcher:
      meta/conf/bitbake.conf:FETCHCMD_bzr = "/usr/bin/env bzr"
      and when it isn't available in PATH do_fetch tasks fail with:
      /usr/bin/env: ‘bzr’: No such file or directory
    * it was also added in:
      https://patchwork.openembedded.org/patch/140107/
      but this change wasn't merged (nor rejected AFAIS)
    
    * cherry-picked from master c7ba7e9e7a7ca2caf453106112dc5a3c855b21d3
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8e4f4bb..2dac3a1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -477,6 +477,9 @@ HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
 # Temporary add few more detected in bitbake world
 HOSTTOOLS_NONFATAL += "join nl size yes zcat"
 
+# Used by bzr fetcher
+HOSTTOOLS_NONFATAL += "bzr"
+
 CCACHE ??= ""
 # Disable ccache explicitly if CCACHE is null since gcc may be a symlink
 # of ccache some distributions (e.g., Fedora 17).

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list