diff options
author | Mustafa Yuecel <yuecelm@ee.ethz.ch> | 2006-03-12 19:32:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 19:32:34 +0000 |
commit | 5e6059134c4f0e0216d5ef42d2b9f837a48cafe0 (patch) | |
tree | 6e93b39f0a1b2349011dfdbbd348fa35d7266afe /packages | |
parent | c7eff15167faceed206441d5ec3411fb763ce870 (diff) |
subversion-1.2.0: enable http support
- add neon to DEPENDS
Diffstat (limited to 'packages')
-rw-r--r-- | packages/subversion/subversion_1.2.0.bb | 4 |
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 |