[oe-commits] org.oe.dev subversion: added 1.4.3 version with DEFAULT_PREFERENCE of -1.

polyonymous commit openembedded-commits at lists.openembedded.org
Wed May 9 12:57:42 UTC 2007


subversion: added 1.4.3 version with DEFAULT_PREFERENCE of -1.
this version seems to accept neon 0.26 without brute force,
which in turn doesn't need force to use gnutls.

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: 5edf9e814110272eb320783d9e3153f36393ebac
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5edf9e814110272eb320783d9e3153f36393ebac
Files:
1
packages/subversion/subversion_1.4.0.bb
packages/subversion/subversion_1.4.3.bb
Diffs:

#
# mt diff -r876374e65457fca95f686a890196fc28ac128e42 -r5edf9e814110272eb320783d9e3153f36393ebac
#
# 
# 
# rename "packages/subversion/subversion_1.4.0.bb"
#     to "packages/subversion/subversion_1.4.3.bb"
# 
# add_file "packages/subversion/subversion_1.4.0.bb"
#  content [63fc05fad54b18fb594994d0acee71f0c48b322f]
# 
# patch "packages/subversion/subversion_1.4.3.bb"
#  from [63fc05fad54b18fb594994d0acee71f0c48b322f]
#    to [a562d98fe029966b914977d6de7e909b6d758485]
# 
============================================================
--- packages/subversion/subversion_1.4.0.bb	63fc05fad54b18fb594994d0acee71f0c48b322f
+++ packages/subversion/subversion_1.4.0.bb	63fc05fad54b18fb594994d0acee71f0c48b322f
@@ -0,0 +1,28 @@
+DESCRIPTION = "The Subversion (svn) client"
+SECTION = "console/network"
+DEPENDS = "apr-util neon"
+RDEPENDS = "neon"
+LICENSE = "Apache/BSD"
+HOMEPAGE = "http://subversion.tigris.org"
+PR = "r1"
+
+SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
+           file://disable-revision-install.patch;patch=1 \
+	   file://neon-detection.patch;patch=1"
+
+EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${TARGET_SYS} \
+                --without-berkeley-db --without-apxs --without-apache \
+                --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
+                --with-apr-util=${STAGING_BINDIR_CROSS}"
+
+
+inherit autotools
+
+export LDFLAGS += " -L${STAGING_LIBDIR} "
+
+do_configure() {
+	gnu-configize
+	libtoolize --force
+	aclocal -I build/ -I build/ac-macros/ && autoconf
+	oe_runconf
+}
============================================================
--- packages/subversion/subversion_1.4.0.bb	63fc05fad54b18fb594994d0acee71f0c48b322f
+++ packages/subversion/subversion_1.4.3.bb	a562d98fe029966b914977d6de7e909b6d758485
@@ -1,11 +1,12 @@ HOMEPAGE = "http://subversion.tigris.org
 DESCRIPTION = "The Subversion (svn) client"
 SECTION = "console/network"
 DEPENDS = "apr-util neon"
 RDEPENDS = "neon"
 LICENSE = "Apache/BSD"
 HOMEPAGE = "http://subversion.tigris.org"
-PR = "r1"
 
+DEFAULT_PREFERENCE = "-1"
+
 SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
            file://disable-revision-install.patch;patch=1 \
 	   file://neon-detection.patch;patch=1"






More information about the Openembedded-commits mailing list