[oe-commits] Robert Yang : subversion 1.6.15: fix unknown-configure-option

git at git.openembedded.org git at git.openembedded.org
Sun Feb 8 08:00:54 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jan 27 17:10:37 2015 -0800

subversion 1.6.15: fix unknown-configure-option

WARNING: QA Issue: subversion: configure was passed unrecognised options: --without-apache [unknown-configure-option]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-devtools/subversion/subversion_1.6.15.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb
index b135bb7..28163e5 100644
--- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb
@@ -30,7 +30,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b"
 PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl"
 
 EXTRA_OECONF = " \
-                --without-berkeley-db --without-apxs --without-apache \
+                --without-berkeley-db --without-apxs \
                 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
                 --with-apr-util=${STAGING_BINDIR_CROSS} \
                 ac_cv_path_RUBY=none"



More information about the Openembedded-commits mailing list