diff options
author | Ross Burton <ross.burton@intel.com> | 2019-02-11 11:04:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-12 14:05:00 +0000 |
commit | 347141ac7df24f63e2f79ee6486fc14d3cb012ba (patch) | |
tree | d53e196c5544024987102c2fced1786a1f6e4f7c /meta-poky/conf | |
parent | 2abd62f9fe0d871398ef18dc83609fccfa5f4001 (diff) | |
download | poky-347141ac7df24f63e2f79ee6486fc14d3cb012ba.tar.gz |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/site.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/site.conf.sample b/meta-poky/conf/site.conf.sample index a4c2f9feed..5164fedf63 100644 --- a/meta-poky/conf/site.conf.sample +++ b/meta-poky/conf/site.conf.sample | |||
@@ -26,7 +26,7 @@ SCONF_VERSION = "1" | |||
26 | # If you wish to use certain hosts without the proxy, specify them in NO_PROXY. | 26 | # If you wish to use certain hosts without the proxy, specify them in NO_PROXY. |
27 | # See the script for details on syntax. The script oe-git-proxy uses some tools | 27 | # See the script for details on syntax. The script oe-git-proxy uses some tools |
28 | # that may not be included on HOSTTOOLS, thus add them manually through | 28 | # that may not be included on HOSTTOOLS, thus add them manually through |
29 | # HOSTTOOLS += "getent seq" | 29 | # HOSTTOOLS += "getent" |
30 | 30 | ||
31 | # Uncomment this to use a shared download directory | 31 | # Uncomment this to use a shared download directory |
32 | #DL_DIR = "/some/shared/download/directory/" | 32 | #DL_DIR = "/some/shared/download/directory/" |