aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2015-06-01 16:17:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-23 11:38:13 +0100
commit07bc6ff9755ef902cd88f90787523ca61bdc7919 (patch)
tree9ada2e9ef8ce6bc69e29af2bc7bfbe411ac68769
parent8b0527951ab71c4a4dc4d1238cd9e9e60a6eb5ee (diff)
downloadopenembedded-core-contrib-07bc6ff9755ef902cd88f90787523ca61bdc7919.tar.gz
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. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-sdk.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
index a41eada5af..9b26387e44 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
@@ -23,7 +23,6 @@ RDEPENDS_packagegroup-core-sdk = "\
findutils \
quilt \
less \
- distcc \
ldd \
file \
tcl"