diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-08 11:29:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-08 11:29:31 +0000 |
commit | 1daca591dd32df7e810fe279c75296cac437dfa8 (patch) | |
tree | 3819b15ee086b57e6a21aecd04109121bcfc4c13 /meta/packages/subversion/subversion_1.5.5.bb | |
parent | 9602318b9d662cd888c9e4d8cd382c6706be4eb1 (diff) | |
download | poky-1daca591dd32df7e810fe279c75296cac437dfa8.tar.gz |
subversion 1.4.5 -> 1.5.5
Diffstat (limited to 'meta/packages/subversion/subversion_1.5.5.bb')
-rw-r--r-- | meta/packages/subversion/subversion_1.5.5.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/packages/subversion/subversion_1.5.5.bb b/meta/packages/subversion/subversion_1.5.5.bb new file mode 100644 index 0000000000..4a1153ce0b --- /dev/null +++ b/meta/packages/subversion/subversion_1.5.5.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | DESCRIPTION = "The Subversion (svn) client" | ||
2 | SECTION = "console/network" | ||
3 | DEPENDS = "apr-util neon" | ||
4 | RDEPENDS = "neon" | ||
5 | LICENSE = "Apache BSD" | ||
6 | HOMEPAGE = "http://subversion.tigris.org" | ||
7 | |||
8 | PR = "r4" | ||
9 | |||
10 | SRC_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 | |||
15 | EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \ | ||
16 | --without-berkeley-db --without-apxs --without-apache \ | ||
17 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ | ||
18 | --with-apr-util=${STAGING_BINDIR_CROSS}" | ||
19 | |||
20 | inherit autotools_stage | ||
21 | |||
22 | export LDFLAGS += " -L${STAGING_LIBDIR} " | ||
23 | |||
24 | acpaths = "-I build/ -I build/ac-macros/" | ||
25 | |||
26 | do_configure_prepend () { | ||
27 | rm -f ${S}/libtool | ||
28 | rm -f ${S}/build/libtool.m4 | ||
29 | } | ||