From: Ross Burton Date: Mon, 11 Feb 2019 11:04:22 +0000 (+0000) Subject: site.conf.sample: remove seq from HOSTTOOLS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347141ac7df24f63e2f79ee6486fc14d3cb012ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git site.conf.sample: remove seq from HOSTTOOLS This is now in the default HOSTTOOLS so can be removed from here. (From meta-yocto rev: 74bd707f129975a74c3b99a6744681da96f39f75) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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/"