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-08 08:00:28 +0000 |
commit | b5577e02e0503a44d3db54786eb701cd5c64c96b (patch) | |
tree | f4a3713bc5b4c42f25847af591b8a0cdad99f74e /meta/recipes-devtools | |
parent | 8eadaecfb14acb9172b129893397d7c0ce2f98ec (diff) | |
download | poky-b5577e02e0503a44d3db54786eb701cd5c64c96b.tar.gz |
subversion 1.6.15: fix unknown-configure-option
WARNING: QA Issue: subversion: configure was passed unrecognised options: --without-apache [unknown-configure-option]
(From OE-Core rev: 49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
30 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | 30 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" |
31 | 31 | ||
32 | EXTRA_OECONF = " \ | 32 | EXTRA_OECONF = " \ |
33 | --without-berkeley-db --without-apxs --without-apache \ | 33 | --without-berkeley-db --without-apxs \ |
34 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ | 34 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ |
35 | --with-apr-util=${STAGING_BINDIR_CROSS} \ | 35 | --with-apr-util=${STAGING_BINDIR_CROSS} \ |
36 | ac_cv_path_RUBY=none" | 36 | ac_cv_path_RUBY=none" |