diff options
Diffstat (limited to 'meta/packages/subversion')
-rw-r--r-- | meta/packages/subversion/files/libtool2.patch | 17 | ||||
-rw-r--r-- | meta/packages/subversion/subversion-1.5.5/disable-revision-install.patch (renamed from meta/packages/subversion/files/disable-revision-install.patch) | 0 | ||||
-rw-r--r-- | meta/packages/subversion/subversion-1.5.5/libtool2.patch | 15 | ||||
-rw-r--r-- | meta/packages/subversion/subversion-1.5.5/neon-detection.patch (renamed from meta/packages/subversion/files/neon-detection.patch) | 0 | ||||
-rw-r--r-- | meta/packages/subversion/subversion_1.5.5.bb (renamed from meta/packages/subversion/subversion_1.4.5.bb) | 2 |
5 files changed, 16 insertions, 18 deletions
diff --git a/meta/packages/subversion/files/libtool2.patch b/meta/packages/subversion/files/libtool2.patch deleted file mode 100644 index a0163fd7f5..0000000000 --- a/meta/packages/subversion/files/libtool2.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Index: subversion-1.4.5/configure.in | ||
2 | =================================================================== | ||
3 | --- subversion-1.4.5.orig/configure.in 2009-01-07 17:10:41.000000000 +0000 | ||
4 | +++ subversion-1.4.5/configure.in 2009-01-07 17:13:32.000000000 +0000 | ||
5 | @@ -138,10 +138,10 @@ | ||
6 | echo "using APR's libtool" | ||
7 | sh_libtool="`$apr_config --apr-libtool`" | ||
8 | LIBTOOL="$sh_libtool" | ||
9 | SVN_LIBTOOL="$sh_libtool" | ||
10 | else | ||
11 | - sh_libtool="$abs_builddir/libtool" | ||
12 | - SVN_LIBTOOL="\$(SHELL) $sh_libtool" | ||
13 | + sh_libtool="$abs_builddir/$host_alias-libtool" | ||
14 | + SVN_LIBTOOL="\$(abs_builddir)/$host_alias-libtool" | ||
15 | dnl libtoolize requires that the following line not be indented | ||
16 | AC_PROG_LIBTOOL | ||
17 | fi | ||
diff --git a/meta/packages/subversion/files/disable-revision-install.patch b/meta/packages/subversion/subversion-1.5.5/disable-revision-install.patch index a1c60654cb..a1c60654cb 100644 --- a/meta/packages/subversion/files/disable-revision-install.patch +++ b/meta/packages/subversion/subversion-1.5.5/disable-revision-install.patch | |||
diff --git a/meta/packages/subversion/subversion-1.5.5/libtool2.patch b/meta/packages/subversion/subversion-1.5.5/libtool2.patch new file mode 100644 index 0000000000..08343b09ec --- /dev/null +++ b/meta/packages/subversion/subversion-1.5.5/libtool2.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Index: subversion-1.5.5/configure.ac | ||
2 | =================================================================== | ||
3 | --- subversion-1.5.5.orig/configure.ac 2008-08-26 18:27:56.000000000 +0100 | ||
4 | +++ subversion-1.5.5/configure.ac 2009-01-07 18:00:47.000000000 +0000 | ||
5 | @@ -153,8 +153,8 @@ | ||
6 | LIBTOOL="$sh_libtool" | ||
7 | SVN_LIBTOOL="$sh_libtool" | ||
8 | else | ||
9 | - sh_libtool="$abs_builddir/libtool" | ||
10 | - SVN_LIBTOOL="\$(SHELL) $sh_libtool" | ||
11 | + sh_libtool="$abs_builddir/$host_alias-libtool" | ||
12 | + SVN_LIBTOOL="\$(SHELL) \$(abs_builddir)/$host_alias-libtool" | ||
13 | dnl libtoolize requires that the following line not be indented | ||
14 | ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL]) | ||
15 | fi | ||
diff --git a/meta/packages/subversion/files/neon-detection.patch b/meta/packages/subversion/subversion-1.5.5/neon-detection.patch index b567d5c050..b567d5c050 100644 --- a/meta/packages/subversion/files/neon-detection.patch +++ b/meta/packages/subversion/subversion-1.5.5/neon-detection.patch | |||
diff --git a/meta/packages/subversion/subversion_1.4.5.bb b/meta/packages/subversion/subversion_1.5.5.bb index 40ba53e813..4a1153ce0b 100644 --- a/meta/packages/subversion/subversion_1.4.5.bb +++ b/meta/packages/subversion/subversion_1.5.5.bb | |||
@@ -5,7 +5,7 @@ RDEPENDS = "neon" | |||
5 | LICENSE = "Apache BSD" | 5 | LICENSE = "Apache BSD" |
6 | HOMEPAGE = "http://subversion.tigris.org" | 6 | HOMEPAGE = "http://subversion.tigris.org" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r4" |
9 | 9 | ||
10 | SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ | 10 | SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ |
11 | file://disable-revision-install.patch;patch=1 \ | 11 | file://disable-revision-install.patch;patch=1 \ |