subversion: do_install failed (parallel issue)
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 10 Jul 2012 09:35:50 +0000 (17:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jul 2012 19:35:11 +0000 (20:35 +0100)
commit29ee2f1d3c538930bc43e8c8f3292ea2c255f038
tree76b89384a575d8327ccd9fad2839e3b6b44fbaef
parent70864b20944fb069b550ca51e7cd94a71c550aca
subversion: do_install failed (parallel issue)

install-neon-lib needs libsvn_delta-1.la which will be regenerated
during libsvn_delta-1.la's installation, if libsvn_delta-1.la is
in regenerating and at the same time install-neon-lib links it, the
error willl happen.

The error message is:
/bin/ld: cannot find -lsvn_delta-1
collect2: error: ld returned 1 exit status

This is a parallel issue, so it doesn't happen often.

Note:
The autoreconf doesn't generate build-outputs.mk, it would be generated
by autogen.sh (use build.conf as the input), but autogen.sh isn't
suitable for cross compiling, so both modified build-outputs.mk and
build.conf.

[YOCTO #2727]

(From OE-Core rev: ce37c45abb4cf43e5009867f695982de2eb33450)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/subversion/subversion/fix-install-depends.patch [new file with mode: 0644]
meta/recipes-devtools/subversion/subversion_1.6.15.bb
meta/recipes-devtools/subversion/subversion_1.7.2.bb