[oe-commits] org.oe.dev subversion: remove (non-preferred) version 1.3.2, add (non-preferred) version 1.4.0

yuecelm commit openembedded-commits at lists.openembedded.org
Fri Sep 29 11:56:49 UTC 2006


subversion: remove (non-preferred) version 1.3.2, add (non-preferred) version 1.4.0

Author: yuecelm at nslu2-linux.org
Branch: org.openembedded.dev
Revision: ec2f4b70b37914f447d8fa8f4db3e658a154d119
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ec2f4b70b37914f447d8fa8f4db3e658a154d119
Files:
1
packages/subversion/subversion_1.3.2.bb
packages/subversion/subversion_1.4.0.bb
Diffs:

#
# mt diff -r5e67cdafe72690e845c779600971d7e86496b37a -rec2f4b70b37914f447d8fa8f4db3e658a154d119
#
# 
# 
# delete "packages/subversion/subversion_1.3.2.bb"
# 
# add_file "packages/subversion/subversion_1.4.0.bb"
#  content [71172d7d40ce379ac8c7b5d00374eefae59d941e]
# 
============================================================
--- packages/subversion/subversion_1.4.0.bb	71172d7d40ce379ac8c7b5d00374eefae59d941e
+++ packages/subversion/subversion_1.4.0.bb	71172d7d40ce379ac8c7b5d00374eefae59d941e
@@ -0,0 +1,23 @@
+DESCRIPTION = "The Subversion (svn) client"
+SECTION = "console/network"
+DEPENDS = "apr-util-0.9.12 neon"
+MAINTAINER = "Mustafa Yuecel <yuecelm at ee.ethz.ch>"
+LICENSE = "Apache/BSD"
+HOMEPAGE = "http://subversion.tigris.org"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+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
+}






More information about the Openembedded-commits mailing list