diff options
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.6.15.bb')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.6.15.bb | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb deleted file mode 100644 index 28163e5644..0000000000 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | SUMMARY = "Subversion (svn) version control system client" | ||
2 | SECTION = "console/network" | ||
3 | DEPENDS = "apr-util neon sqlite3" | ||
4 | RDEPENDS_${PN} = "neon" | ||
5 | LICENSE = "Apache-2" | ||
6 | HOMEPAGE = "http://subversion.tigris.org" | ||
7 | |||
8 | BBCLASSEXTEND = "native" | ||
9 | |||
10 | PR = "r3" | ||
11 | |||
12 | SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \ | ||
13 | file://disable-revision-install.patch \ | ||
14 | file://libtool2.patch \ | ||
15 | file://fix-install-depends.patch \ | ||
16 | file://subversion-CVE-2013-1849.patch \ | ||
17 | file://subversion-CVE-2013-4505.patch \ | ||
18 | file://subversion-CVE-2013-1845.patch \ | ||
19 | file://subversion-CVE-2013-1847-CVE-2013-1846.patch \ | ||
20 | file://subversion-CVE-2013-4277.patch \ | ||
21 | file://subversion-CVE-2014-3522.patch \ | ||
22 | file://subversion-CVE-2014-3528.patch \ | ||
23 | " | ||
24 | |||
25 | SRC_URI[md5sum] = "113fca1d9e4aa389d7dc2b210010fa69" | ||
26 | SRC_URI[sha256sum] = "b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45" | ||
27 | |||
28 | LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b" | ||
29 | |||
30 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | ||
31 | |||
32 | EXTRA_OECONF = " \ | ||
33 | --without-berkeley-db --without-apxs \ | ||
34 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ | ||
35 | --with-apr-util=${STAGING_BINDIR_CROSS} \ | ||
36 | ac_cv_path_RUBY=none" | ||
37 | |||
38 | inherit autotools | ||
39 | |||
40 | export LDFLAGS += " -L${STAGING_LIBDIR} " | ||
41 | |||
42 | acpaths = "-I build/ -I build/ac-macros/" | ||
43 | |||
44 | do_configure_prepend () { | ||
45 | rm -f ${S}/libtool | ||
46 | rm -f ${S}/build/libtool.m4 | ||
47 | sed -i -e 's:with_sasl="/usr/local":with_sasl="${STAGING_DIR}":' ${S}/build/ac-macros/sasl.m4 | ||
48 | } | ||