aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subversion
diff options
context:
space:
mode:
authorMustafa Yuecel <yuecelm@ee.ethz.ch>2006-03-12 19:32:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-12 19:32:34 +0000
commit5e6059134c4f0e0216d5ef42d2b9f837a48cafe0 (patch)
tree6e93b39f0a1b2349011dfdbbd348fa35d7266afe /packages/subversion
parentc7eff15167faceed206441d5ec3411fb763ce870 (diff)
downloadopenembedded-5e6059134c4f0e0216d5ef42d2b9f837a48cafe0.tar.gz
subversion-1.2.0: enable http support
- add neon to DEPENDS
Diffstat (limited to 'packages/subversion')
-rw-r--r--packages/subversion/subversion_1.2.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/subversion/subversion_1.2.0.bb b/packages/subversion/subversion_1.2.0.bb
index 7a9cfb1755..e38777ec4e 100644
--- a/packages/subversion/subversion_1.2.0.bb
+++ b/packages/subversion/subversion_1.2.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "The Subversion (svn) client"
SECTION = "console/network"
-DEPENDS = "apr-util"
+DEPENDS = "apr-util (0.9.7) neon (0.24.7)"
MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>"
LICENSE = "Apache/BSD"
HOMEPAGE = "http://subversion.tigris.org"
@@ -10,7 +10,7 @@ PR = "r0"
SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
file://disable-revision-install.patch;patch=1"
-EXTRA_OECONF = "--without-neon --without-berkeley-db --without-apxs --without-apache --without-swig --with-apr=${STAGING_BINDIR} --with-apr-util=${STAGING_BINDIR}"
+EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${BUILD_SYS} --without-berkeley-db --without-apxs --without-apache --without-swig --with-apr=${STAGING_BINDIR} --with-apr-util=${STAGING_BINDIR}"
inherit autotools