]> code.ossystems Code Review - openembedded-core.git/commit
distcc: updated to version 3.1
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>
Fri, 1 Feb 2013 09:29:03 +0000 (11:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 13:12:59 +0000 (13:12 +0000)
commit3f33a6ecd9f1703381e175d688bdfce291ffdc8a
tree93f968fc5a947be3009b2489179fba717a2c0305
parentce690659ef797bd26dc2be59167aa01744841510
distcc: updated to version 3.1

Added two new flags to the configure script:

--disable-Werror: don't treat all warnings all errors (which breaks compilation).

PYTHON=/dev/null: this prevents distcc from detecting the host Python and trying
to build its include server using the host Python. This disables the include
server completely. If the include server is needed, that should be the object of
another patch (and would introduce a dependency on python for distcc).

The 'distcc-avahi' and 'makefile-param-order' patches are not needed anymore, as
they were merged upstream.

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/distcc/distcc_3.1.bb [moved from meta/recipes-devtools/distcc/distcc_2.18.3.bb with 79% similarity]
meta/recipes-devtools/distcc/files/distcc-avahi.patch [deleted file]
meta/recipes-devtools/distcc/files/makefile-param-order.patch [deleted file]