From 3bbd7ae2a1f7c611e27f8f274ac4640b9d087473 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 16 Mar 2017 10:34:12 +0000 Subject: bitbake.conf: Drop pip3 from HOSTTOOLS_NONFATAL Now that pip3-native is used by build-appliance, we should no longer need this host tool. (From OE-Core rev: 096f943d4b7a7cf5d4c3d45f34be5ddcd2475790) Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d92c5cd0ca..9fdbdfdc13 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -469,7 +469,7 @@ HOSTTOOLS += " \ HOSTTOOLS += "ps stty ip ssh scp ping vi" # Link to these if present -HOSTTOOLS_NONFATAL += "ccache pip3 ld.bfd ld.gold gcc-ar gpg sftp nc socat" +HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat" CCACHE ??= "" # Disable ccache explicitly if CCACHE is null since gcc may be a symlink -- cgit v1.2.3-54-g00ecf