diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-20 12:28:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:02:16 +0100 |
commit | 9acdbe9b60d126e8199154f7d3efbd026f624559 (patch) | |
tree | 8609c21e92ee83956655493c9d4730190565d7f2 /meta/recipes-devtools | |
parent | 4503c1c411ca0739fd3f9c19b9da9788a7e9eaf9 (diff) | |
download | poky-9acdbe9b60d126e8199154f7d3efbd026f624559.tar.gz |
distcc: use --enable-tcp-insecure instead of --make-me-a-botnet
--make-me-a-botnet is worrying, --enable-tcp-insecure is clearer and doesn't
scare people glancing at 'ps'.
(From OE-Core rev: f43ccc8c3a0469358a29b15425e59552f528057d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/distcc/files/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/files/default b/meta/recipes-devtools/distcc/files/default index e5ca68b856..a5bc13ecf3 100644 --- a/meta/recipes-devtools/distcc/files/default +++ b/meta/recipes-devtools/distcc/files/default | |||
@@ -21,4 +21,4 @@ ALLOWEDNETS="127.0.0.1" | |||
21 | # | 21 | # |
22 | # OPTIONS is used for the systemd service file | 22 | # OPTIONS is used for the systemd service file |
23 | # | 23 | # |
24 | OPTIONS="--allow 127.0.0.1 --make-me-a-botnet" | 24 | OPTIONS="--allow 127.0.0.1 --enable-tcp-insecure" |