[OE-core] [PATCH 1/4] site.conf.sample: remove seq from HOSTTOOLS

Ross Burton ross.burton at intel.com
Mon Feb 11 11:04:22 UTC 2019


This is now in the default HOSTTOOLS so can be removed from here.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta-poky/conf/site.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-poky/conf/site.conf.sample b/meta-poky/conf/site.conf.sample
index a4c2f9feed9..5164fedf630 100644
--- a/meta-poky/conf/site.conf.sample
+++ b/meta-poky/conf/site.conf.sample
@@ -26,7 +26,7 @@ SCONF_VERSION = "1"
 # If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
 # See the script for details on syntax. The script oe-git-proxy uses some tools
 # that may not be included on HOSTTOOLS, thus  add them manually through
-# HOSTTOOLS += "getent seq"
+# HOSTTOOLS += "getent"
 
 # Uncomment this to use a shared download directory
 #DL_DIR = "/some/shared/download/directory/"
-- 
2.11.0



More information about the Openembedded-core mailing list