mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
The neon update is not recognized but subversion, so we need to patch the configure.ac to know about 0.30, otherwise we don't have http/https support in subversion. (From OE-Core rev: 291ab168fac15eae0e4c9234e16f394b0e1547a0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
745 B
Diff
21 lines
745 B
Diff
|
|
Allow neon 0.30 to be usable also
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
|
|
|
Index: subversion-1.7.10/configure.ac
|
|
===================================================================
|
|
--- subversion-1.7.10.orig/configure.ac
|
|
+++ subversion-1.7.10/configure.ac
|
|
@@ -118,7 +118,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config)
|
|
|
|
# Either a space-separated list of allowable Neon versions, or "any" to
|
|
# mean allow anything.
|
|
-NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29"
|
|
+NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29 0\.30"
|
|
NEON_RECOMMENDED_VER="0.29.6"
|
|
NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz"
|
|
dnl You can skip the neon version check only if you know what you are doing
|