summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion_1.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.7.2.bb')
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.7.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
index 4f71de5a17..1d36b63eba 100644
--- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://subversion.tigris.org"
7 7
8BBCLASSEXTEND = "native" 8BBCLASSEXTEND = "native"
9 9
10PR = "r3" 10PR = "r4"
11 11
12SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ 12SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
13 file://libtool2.patch \ 13 file://libtool2.patch \
@@ -21,7 +21,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a14fd2da3134e40a087eb4326a4ecd4"
21EXTRA_OECONF = " \ 21EXTRA_OECONF = " \
22 --without-berkeley-db --without-apxs --without-apache \ 22 --without-berkeley-db --without-apxs --without-apache \
23 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ 23 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
24 --with-apr-util=${STAGING_BINDIR_CROSS}" 24 --with-apr-util=${STAGING_BINDIR_CROSS} \
25 ac_cv_path_RUBY=none"
25 26
26inherit autotools 27inherit autotools
27 28