packagegroup-core-sdk.bb: Drop distcc from the core-sdk.

distcc has been used in the past to speed up native compile across
several machines. This is less an issue on modern embedded systems.

Also, improvements in sdk generation have reduced the need for on target
compile of large projects.

Since the distcc packages start a daemon at boot, drop it from the
packagegroup to avoid having some slight runtime impact on systems
installing an sdk.

(From OE-Core rev: 07bc6ff9755ef902cd88f90787523ca61bdc7919)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Philip Balister
2015-06-01 16:17:21 -04:00
committed by Richard Purdie
parent 840d0557b2
commit 5c1f244680

View File

@@ -23,7 +23,6 @@ RDEPENDS_packagegroup-core-sdk = "\
findutils \
quilt \
less \
distcc \
ldd \
file \
tcl"