aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion_1.6.15.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-07-10 17:35:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-10 20:34:41 +0100
commitce37c45abb4cf43e5009867f695982de2eb33450 (patch)
treed622869a76811a9b13e42da228903b9beef9aabe /meta/recipes-devtools/subversion/subversion_1.6.15.bb
parent44ea2cf548ca20488449d347f8f3b7d49f7e7493 (diff)
downloadopenembedded-core-contrib-ce37c45abb4cf43e5009867f695982de2eb33450.tar.gz
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] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.6.15.bb')
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.6.15.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb
index d3c7392c5c..29029cedb8 100644
--- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb
@@ -7,11 +7,13 @@ HOMEPAGE = "http://subversion.tigris.org"
BBCLASSEXTEND = "native"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \
file://disable-revision-install.patch \
- file://libtool2.patch"
+ file://libtool2.patch \
+ file://fix-install-depends.patch \
+ "
SRC_URI[md5sum] = "113fca1d9e4aa389d7dc2b210010fa69"
SRC_URI[sha256sum] = "b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45"