summaryrefslogtreecommitdiffstats
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:47:17 +0100
commit5c1f2446801592286d51dcebb246474bc4dd0892 (patch)
treee6f242edb45a84b2b70e24cb95c243cb43bcabaf
parent840d0557b2b3242dea3325e2b710a5be88aac48e (diff)
downloadpoky-5c1f2446801592286d51dcebb246474bc4dd0892.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. (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>
-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 = "\
23 findutils \ 23 findutils \
24 quilt \ 24 quilt \
25 less \ 25 less \
26 distcc \
27 ldd \ 26 ldd \
28 file \ 27 file \
29 tcl" 28 tcl"