summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion_1.6.13.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-01-31 10:15:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-02 17:55:01 +0000
commit32121906e704952fe122834c142da45012af40e8 (patch)
treed1e16c3236a21214100e4d0dd8968b274ce20538 /meta/recipes-devtools/subversion/subversion_1.6.13.bb
parentadfa6c40dadebb18bfd457859300d8c093b007f7 (diff)
downloadpoky-32121906e704952fe122834c142da45012af40e8.tar.gz
subversion: upgrade from 1.6.13 to 1.6 15
Rebased this patch to the newer code modified: subversion/disable-revision-install.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.6.13.bb')
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.6.13.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.13.bb b/meta/recipes-devtools/subversion/subversion_1.6.13.bb
deleted file mode 100644
index b535f06a61..0000000000
--- a/meta/recipes-devtools/subversion/subversion_1.6.13.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1DESCRIPTION = "The Subversion (svn) client"
2SECTION = "console/network"
3DEPENDS = "apr-util neon"
4RDEPENDS_${PN} = "neon"
5LICENSE = "Apache BSD"
6HOMEPAGE = "http://subversion.tigris.org"
7
8PR = "r1"
9
10SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
11 file://disable-revision-install.patch;patch=1 \
12 file://neon-detection.patch;patch=1 \
13 file://libtool2.patch;patch=1"
14
15SRC_URI[md5sum] = "7ae1c827689f21cf975804005be30aeb"
16SRC_URI[sha256sum] = "3a30327bdb04109f369586196ee4a6993cdab2cfa85c3134549f02c229bf0d15"
17
18LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b"
19
20EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
21 --without-berkeley-db --without-apxs --without-apache \
22 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
23 --with-apr-util=${STAGING_BINDIR_CROSS}"
24
25inherit autotools
26
27export LDFLAGS += " -L${STAGING_LIBDIR} "
28
29acpaths = "-I build/ -I build/ac-macros/"
30
31do_configure_prepend () {
32 rm -f ${S}/libtool
33 rm -f ${S}/build/libtool.m4
34 sed -i -e 's:with_sasl="/usr/local":with_sasl="${STAGING_DIR}":' ${S}/build/ac-macros/sasl.m4
35}