[oe-commits] org.oe.dev subversion: add (disabled) version 1.3.2

yuecelm commit openembedded-commits at lists.openembedded.org
Fri Aug 25 17:32:47 UTC 2006


subversion: add (disabled) version 1.3.2
  - DEFAULT_PREFERENCE = "-1" due to errors on stage phase
  - bug report follows soon

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

#
# mt diff -r5cca4bb7c1bd065bd0287c8f55c06d7ed9b6e42f -r641b5fa9f30f0b15b495b497350fbac8dec4959a
#
# 
# 
# add_file "packages/subversion/subversion_1.3.2.bb"
#  content [71172d7d40ce379ac8c7b5d00374eefae59d941e]
# 
============================================================
--- packages/subversion/subversion_1.3.2.bb	71172d7d40ce379ac8c7b5d00374eefae59d941e
+++ packages/subversion/subversion_1.3.2.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