diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-03-14 22:34:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-14 22:34:13 +0000 |
commit | 9e47d0f0ad0f9903550c50fdb59f773ee0b76ab6 (patch) | |
tree | fc2e025013c14d1d55bceeb3f8dbea310e9dab46 /packages/subversion | |
parent | 9673c57c71bd1b4ea8ab4736d5732134f2f4de7d (diff) | |
parent | ea6a78777bc9c0a961cd79730da2561c34089362 (diff) |
merge of 256698cb5e6bbc32343fd2d7b714517efc0e3d0c
and 27b9c5adc9f3c8d43d5702469feb4aef564a14c4
Diffstat (limited to 'packages/subversion')
-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 |