diff options
author | Mustafa Yuecel <yuecelm@ee.ethz.ch> | 2006-03-15 23:26:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-15 23:26:52 +0000 |
commit | 01d3364d0cc6d44f88b2e4f751ecb7b79c188afe (patch) | |
tree | b12632065bfd0fd60ffa7c5adad750a3748211ef /packages/subversion | |
parent | f5057d8a6761f19513eb2ad2ad3e6ea11142c87e (diff) |
subversion-1.3.0,davfs2-0.2.8: push newest releases
- neon-0.26.0 supports gnutls, but subversion and davfs2 are yet not compatible with neon-0.26.0
- add neon-0.25.5
- again, no https support
Diffstat (limited to 'packages/subversion')
-rw-r--r-- | packages/subversion/subversion_1.2.0.bb | 5 | ||||
-rw-r--r-- | packages/subversion/subversion_1.3.0.bb | 22 |
2 files changed, 26 insertions, 1 deletions
diff --git a/packages/subversion/subversion_1.2.0.bb b/packages/subversion/subversion_1.2.0.bb index d7c4cc8e79..e50833b536 100644 --- a/packages/subversion/subversion_1.2.0.bb +++ b/packages/subversion/subversion_1.2.0.bb @@ -10,7 +10,10 @@ PR = "r1" SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ file://disable-revision-install.patch;patch=1" -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}" +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 diff --git a/packages/subversion/subversion_1.3.0.bb b/packages/subversion/subversion_1.3.0.bb new file mode 100644 index 0000000000..1211bea2fc --- /dev/null +++ b/packages/subversion/subversion_1.3.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "The Subversion (svn) client" +SECTION = "console/network" +DEPENDS = "apr-util-0.9.7 neon-0.25.5" +MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>" +LICENSE = "Apache/BSD" +HOMEPAGE = "http://subversion.tigris.org" + +PR = "r0" + +SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ + file://disable-revision-install.patch;patch=1" + +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 + +do_configure() { + oe_runconf +} |