[oe-commits] [openembedded-core] 33/65: bitbake.conf: remove vi from HOSTTOOLS list

git at git.openembedded.org git at git.openembedded.org
Wed Mar 22 10:14:07 UTC 2017


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

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

commit cca2ccb6d77a433e9d7c535344c4fc1e04589bc0
Author: brian avery <brian.avery at intel.com>
AuthorDate: Sat Mar 18 08:08:48 2017 -0700

    bitbake.conf: remove vi from HOSTTOOLS list
    
    Having changes the sdk test to cpio from cvs, we no longer require an
    editor to be present. This patch removes vi from the list of required
    tools.
    
    Signed-off-by: brian avery <brian.avery at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e18b180..fa5445b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -466,7 +466,7 @@ HOSTTOOLS += " \
 "
 
 # Tools needed to run testimage runtime image testing
-HOSTTOOLS += "ps stty ip ssh scp ping vi"
+HOSTTOOLS += "ps stty ip ssh scp ping"
 
 # Link to these if present
 HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat sudo"

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


More information about the Openembedded-commits mailing list