diff mbox series

[1/4] site.conf.sample: remove seq from HOSTTOOLS

Message ID 20190211110425.11105-1-ross.burton@intel.com
State New
Headers show
Series [1/4] site.conf.sample: remove seq from HOSTTOOLS | expand

Commit Message

Ross Burton Feb. 11, 2019, 11:04 a.m. UTC
This is now in the default HOSTTOOLS so can be removed from here.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta-poky/conf/site.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

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/"