subversion-1.2.0: enable http support
authorMustafa Yuecel <yuecelm@ee.ethz.ch>
Sun, 12 Mar 2006 19:32:34 +0000 (19:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 12 Mar 2006 19:32:34 +0000 (19:32 +0000)
  - add neon to DEPENDS

packages/subversion/subversion_1.2.0.bb

index 7a9cfb1..e38777e 100644 (file)
@@ -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