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:18:25 +0000 (13:18 +0000)
commitc247a0c62772766fe28eb1dd102998094d692cd9
tree71f1276418d403f51836a4f188c220774835b8c4
parente100f3695dee1005e852e79121ce88ffe3d69d53
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.

(From OE-Core rev: 3f33a6ecd9f1703381e175d688bdfce291ffdc8a)

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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]