diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 12:31:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 12:28:50 +0100 |
commit | 76f75e91ce1ad51a2c669d2b4d2fbddf1a113428 (patch) | |
tree | cf6db13eb6eee0b9eeeb66c05202e813fe5dd626 /meta/recipes-devtools/subversion/subversion-1.7.10/allow-updated-neon.patch | |
parent | 24bee503bf306bc3dab24cff837eee054c783e0f (diff) | |
download | poky-76f75e91ce1ad51a2c669d2b4d2fbddf1a113428.tar.gz |
subversion: Upgrade 1.7.7 -> 1.8.9
Dropped neon patches as neon support was dropped.
Dropped CVE patches as applied in later version
Added patch to avoid OS-X check which doesn't cross compile
Add PACKAGECONFIG for gnome-keyring
Addition to license:
For the file subversion/libsvn_subr/utf_width.c
* Markus Kuhn -- 2007-05-26 (Unicode 5.0)
*
* Permission to use, copy, modify, and distribute this software
* for any purpose and without fee is hereby granted. The author
* disclaims all warranties with regard to this software.
(From OE-Core rev: 99c3225cfe39f8de89555df5bd3f1e93cd731269)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion-1.7.10/allow-updated-neon.patch')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion-1.7.10/allow-updated-neon.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/subversion/subversion-1.7.10/allow-updated-neon.patch b/meta/recipes-devtools/subversion/subversion-1.7.10/allow-updated-neon.patch deleted file mode 100644 index e8acb12a21..0000000000 --- a/meta/recipes-devtools/subversion/subversion-1.7.10/allow-updated-neon.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | |||
2 | Allow neon 0.30 to be usable also | ||
3 | |||
4 | Upstream-Status: Pending | ||
5 | |||
6 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
7 | |||
8 | Index: subversion-1.7.10/configure.ac | ||
9 | =================================================================== | ||
10 | --- subversion-1.7.10.orig/configure.ac | ||
11 | +++ subversion-1.7.10/configure.ac | ||
12 | @@ -118,7 +118,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config) | ||
13 | |||
14 | # Either a space-separated list of allowable Neon versions, or "any" to | ||
15 | # mean allow anything. | ||
16 | -NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29" | ||
17 | +NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29 0\.30" | ||
18 | NEON_RECOMMENDED_VER="0.29.6" | ||
19 | NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz" | ||
20 | dnl You can skip the neon version check only if you know what you are doing | ||