[oe-commits] org.oe.dev subversion 1.4.0: it builds now

koen commit openembedded-commits at lists.openembedded.org
Thu Dec 21 22:40:11 UTC 2006


subversion 1.4.0: it builds now

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 375e23fc245ce8133b9f6b1700490e3ff83121e7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=375e23fc245ce8133b9f6b1700490e3ff83121e7
Files:
1
packages/subversion/subversion_1.4.0.bb
Diffs:

#
# mt diff -r52e700565fd7d88a1b558660b0aaf2e04da7971a -r375e23fc245ce8133b9f6b1700490e3ff83121e7
#
# 
# 
# patch "packages/subversion/subversion_1.4.0.bb"
#  from [9c9384545e07590c73572b466c7cfdf529b2b41f]
#    to [c1cb0c54cea1d9e32623b5202b52e216b987317b]
# 
============================================================
--- packages/subversion/subversion_1.4.0.bb	9c9384545e07590c73572b466c7cfdf529b2b41f
+++ packages/subversion/subversion_1.4.0.bb	c1cb0c54cea1d9e32623b5202b52e216b987317b
@@ -1,12 +1,10 @@ SECTION = "console/network"
 DESCRIPTION = "The Subversion (svn) client"
 SECTION = "console/network"
-DEPENDS = "apr-util-0.9.12 neon"
+DEPENDS = "apr-util neon"
 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"
 
@@ -15,8 +13,13 @@ EXTRA_OECONF = "--with-neon=${STAGING_DI
                 --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
 	oe_runconf
 }






More information about the Openembedded-commits mailing list