summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/subversion/subversion-1.7.2
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-12-06 14:43:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-07 12:40:51 +0000
commitaa9d0de4225fe482ddbf1486f8018bc87419e228 (patch)
treeaca3d7e6eb3ce972133865675747c3ce2d61f983 /meta/recipes-devtools/subversion/subversion-1.7.2
parent97a57aca12437c24b628071bb189c9f3b94e27ca (diff)
downloadopenembedded-core-aa9d0de4225fe482ddbf1486f8018bc87419e228.tar.gz
openembedded-core-aa9d0de4225fe482ddbf1486f8018bc87419e228.tar.bz2
openembedded-core-aa9d0de4225fe482ddbf1486f8018bc87419e228.tar.xz
openembedded-core-aa9d0de4225fe482ddbf1486f8018bc87419e228.zip
subversion: update 1.7.0 to 1.7.2 and force libtool recreation
* subversion-1.7.* had libtool-2.4, oe-core now has 2.4.2 and it was failing: x86_64-linux-libtool: Version mismatch error. This is libtool 2.4.2, but the x86_64-linux-libtool: definition of this LT_INIT comes from libtool 2.4. x86_64-linux-libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 x86_64-linux-libtool: and run autoconf again. Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion-1.7.2')
-rw-r--r--meta/recipes-devtools/subversion/subversion-1.7.2/libtool2.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion-1.7.2/libtool2.patch b/meta/recipes-devtools/subversion/subversion-1.7.2/libtool2.patch
new file mode 100644
index 000000000..5cd572bfc
--- /dev/null
+++ b/meta/recipes-devtools/subversion/subversion-1.7.2/libtool2.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Inappropriate [embedded specific]
+
+--- a/configure.ac 2011-10-20 21:56:02.230663987 +0200
++++ b/configure.ac 2011-08-17 15:01:30.000000000 +0200
+@@ -227,8 +227,8 @@
+ LIBTOOL="$sh_libtool"
+ SVN_LIBTOOL="$sh_libtool"
+ else
+- sh_libtool="$abs_builddir/libtool"
+- SVN_LIBTOOL="\$(SHELL) $sh_libtool"
++ sh_libtool="$abs_builddir/$host_alias-libtool"
++ SVN_LIBTOOL="\$(SHELL) \$(abs_builddir)/$host_alias-libtool"
+ fi
+ AC_SUBST(SVN_LIBTOOL)
+