From 1daca591dd32df7e810fe279c75296cac437dfa8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 8 Jan 2009 11:29:31 +0000 Subject: subversion 1.4.5 -> 1.5.5 --- meta/packages/subversion/subversion_1.5.5.bb | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta/packages/subversion/subversion_1.5.5.bb (limited to 'meta/packages/subversion/subversion_1.5.5.bb') 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 000000000..4a1153ce0 --- /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 +} -- cgit v1.2.3