summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion_1.7.10.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-08-06 13:55:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-07 07:43:47 +0100
commitf63e7f4323368c0d6fe7a1d44393a7e15652d4f2 (patch)
tree221f24ac2309664bb990bea604b1684916de596f /meta/recipes-devtools/subversion/subversion_1.7.10.bb
parent7616bea24c9537db254a9161043a7dae9eb461f0 (diff)
downloadpoky-f63e7f4323368c0d6fe7a1d44393a7e15652d4f2.tar.gz
subversion: Add patch to use neon 0.30
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>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.7.10.bb')
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.7.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.10.bb b/meta/recipes-devtools/subversion/subversion_1.7.10.bb
index a24edb5d23..f77656ba68 100644
--- a/meta/recipes-devtools/subversion/subversion_1.7.10.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.7.10.bb
@@ -12,6 +12,7 @@ inherit gettext
12SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ 12SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
13 file://libtool2.patch \ 13 file://libtool2.patch \
14 file://fix-install-depends.patch \ 14 file://fix-install-depends.patch \
15 file://allow-updated-neon.patch \
15" 16"
16SRC_URI[md5sum] = "4088a77e14232876c9b4ff1541e6e200" 17SRC_URI[md5sum] = "4088a77e14232876c9b4ff1541e6e200"
17SRC_URI[sha256sum] = "c1df222bec83d014d17785e2ceba6bc80962f64b280967de0285836d8d77a8e7" 18SRC_URI[sha256sum] = "c1df222bec83d014d17785e2ceba6bc80962f64b280967de0285836d8d77a8e7"