diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-27 17:10:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-07 18:52:47 +0000 |
commit | 49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449 (patch) | |
tree | 7ff2ad95d9b18ce8d27f2ee62e8815809fbcfb67 /meta/recipes-devtools | |
parent | 3033c7dda12c448974c51e48a0813b642f19f35d (diff) | |
download | openembedded-core-49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449.tar.gz openembedded-core-49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449.tar.bz2 openembedded-core-49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449.zip |
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@windriver.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.6.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index b135bb7a3f..28163e5644 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" |