summaryrefslogtreecommitdiffstats
path: root/meta/packages/subversion/subversion_1.5.5.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-08 11:29:31 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-08 11:29:31 +0000
commit1daca591dd32df7e810fe279c75296cac437dfa8 (patch)
tree3819b15ee086b57e6a21aecd04109121bcfc4c13 /meta/packages/subversion/subversion_1.5.5.bb
parent9602318b9d662cd888c9e4d8cd382c6706be4eb1 (diff)
downloadast2050-yocto-poky-1daca591dd32df7e810fe279c75296cac437dfa8.zip
ast2050-yocto-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.bb29
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 0000000..4a1153c
--- /dev/null
+++ b/meta/packages/subversion/subversion_1.5.5.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "The Subversion (svn) client"
+SECTION = "console/network"
+DEPENDS = "apr-util neon"
+RDEPENDS = "neon"
+LICENSE = "Apache BSD"
+HOMEPAGE = "http://subversion.tigris.org"
+
+PR = "r4"
+
+SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
+ file://disable-revision-install.patch;patch=1 \
+ file://neon-detection.patch;patch=1 \
+ file://libtool2.patch;patch=1"
+
+EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
+ --without-berkeley-db --without-apxs --without-apache \
+ --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
+ --with-apr-util=${STAGING_BINDIR_CROSS}"
+
+inherit autotools_stage
+
+export LDFLAGS += " -L${STAGING_LIBDIR} "
+
+acpaths = "-I build/ -I build/ac-macros/"
+
+do_configure_prepend () {
+ rm -f ${S}/libtool
+ rm -f ${S}/build/libtool.m4
+}
OpenPOWER on IntegriCloud