diff options
-rw-r--r-- | meta/recipes-devtools/subversion/subversion/0001-Fix-libtool-name-in-configure.ac.patch | 29 | ||||
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.14.1.bb | 1 |
2 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-devtools/subversion/subversion/0001-Fix-libtool-name-in-configure.ac.patch b/meta/recipes-devtools/subversion/subversion/0001-Fix-libtool-name-in-configure.ac.patch deleted file mode 100644 index 5a1b10b2e1..0000000000 --- a/meta/recipes-devtools/subversion/subversion/0001-Fix-libtool-name-in-configure.ac.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From cbcfe0399347989e45a8fb695f55c855d6b3da72 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Mon, 7 Dec 2015 17:11:02 +0200 | ||
4 | Subject: [PATCH] Fix libtool name in configure.ac | ||
5 | |||
6 | Upstream-Status: Inappropriate [embedded specific] | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | configure.ac | 4 ++-- | ||
10 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
11 | |||
12 | diff --git a/configure.ac b/configure.ac | ||
13 | index 4ed66d4..ceb64f9 100644 | ||
14 | --- a/configure.ac | ||
15 | +++ b/configure.ac | ||
16 | @@ -221,8 +221,8 @@ if test "$experimental_libtool" = "yes"; then | ||
17 | LIBTOOL="$sh_libtool" | ||
18 | SVN_LIBTOOL="$sh_libtool" | ||
19 | else | ||
20 | - sh_libtool="$abs_builddir/libtool" | ||
21 | - SVN_LIBTOOL="\$(SHELL) \"$sh_libtool\"" | ||
22 | + sh_libtool="$abs_builddir/$host_alias-libtool" | ||
23 | + SVN_LIBTOOL="\$(SHELL) \$(abs_builddir)/$host_alias-libtool" | ||
24 | fi | ||
25 | AC_SUBST(SVN_LIBTOOL) | ||
26 | |||
27 | -- | ||
28 | 2.6.2 | ||
29 | |||
diff --git a/meta/recipes-devtools/subversion/subversion_1.14.1.bb b/meta/recipes-devtools/subversion/subversion_1.14.1.bb index 87dc359439..a0a9376f3d 100644 --- a/meta/recipes-devtools/subversion/subversion_1.14.1.bb +++ b/meta/recipes-devtools/subversion/subversion_1.14.1.bb | |||
@@ -10,7 +10,6 @@ DEPENDS:append:class-native = " file-replacement-native" | |||
10 | 10 | ||
11 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 11 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
12 | file://disable_macos.patch \ | 12 | file://disable_macos.patch \ |
13 | file://0001-Fix-libtool-name-in-configure.ac.patch \ | ||
14 | file://serfmacro.patch \ | 13 | file://serfmacro.patch \ |
15 | " | 14 | " |
16 | 15 | ||