mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
16 lines
640 B
Diff
16 lines
640 B
Diff
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
|