mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
subversion: upgrade from 1.5.5 to 1.6.13
And update recipe checksums rebased neon-detection.patch: upstream code has some of the changes similar to the changes in the patch. Removing the duplicate changes from the patch file. subversion: update LIC_CHKSUM_FILES field Noticed this change in the COPYING file: $ diff -u COPYING /tmp/COPYING --- COPYING 2006-05-28 07:41:18.000000000 -0700 +++ /tmp/COPYING 2010-12-03 11:16:15.000000000 -0800 @@ -10,7 +10,7 @@ on), you may use a newer version instead, at your option. ================================================================ -Copyright (c) 2000-2006 CollabNet. All rights reserved. +Copyright (c) 2000-2009 CollabNet. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
f20cb303ac
commit
bc02b535ed
15
meta/recipes-devtools/subversion/subversion/libtool2.patch
Normal file
15
meta/recipes-devtools/subversion/subversion/libtool2.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Index: subversion-1.5.5/configure.ac
|
||||
===================================================================
|
||||
--- subversion-1.5.5.orig/configure.ac 2008-08-26 18:27:56.000000000 +0100
|
||||
+++ subversion-1.5.5/configure.ac 2009-01-07 18:00:47.000000000 +0000
|
||||
@@ -153,8 +153,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"
|
||||
dnl libtoolize requires that the following line not be indented
|
||||
ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
|
||||
fi
|
||||
Reference in New Issue
Block a user