]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
site.conf.sample: remove seq from HOSTTOOLS
authorRoss Burton <ross.burton@intel.com>
Mon, 11 Feb 2019 11:04:22 +0000 (11:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Feb 2019 14:05:00 +0000 (14:05 +0000)
This is now in the default HOSTTOOLS so can be removed from here.

(From meta-yocto rev: 74bd707f129975a74c3b99a6744681da96f39f75)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-poky/conf/site.conf.sample

index a4c2f9feed968e4cdc0e032ec1ba5c790b5cf9c3..5164fedf63033bad2b243ccaa37dffc0a766c9d9 100644 (file)
@@ -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/"