[oe-commits] [openembedded-core] 11/14: subversion: add packageconfig boost

git at git.openembedded.org git at git.openembedded.org
Sat Jul 27 21:47:14 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 237478724be75a4efeebafe07b46a353894ee4ca
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Fri Jul 26 05:34:42 2019 -0400

    subversion: add packageconfig boost
    
    subversion checks whether build with boost during do_configure. If boost
    exists on build machine, it causes configure-unsafe QA issue:
    
    | ERROR: subversion-1.12.0-r0 do_configure: QA Issue: This autoconf log
    |  indicates errors, it looked at host include and/or library paths
    |  while determining system capabilities.
    | Rerun configure task after fixing this. [configure-unsafe]
    
    Add a PACKAGECONFIG 'boost' to fix the issue.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/subversion/subversion_1.12.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/subversion/subversion_1.12.0.bb b/meta/recipes-devtools/subversion/subversion_1.12.0.bb
index 3d0f3e6..f1ac1dc 100644
--- a/meta/recipes-devtools/subversion/subversion_1.12.0.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.12.0.bb
@@ -23,6 +23,7 @@ CVE_PRODUCT = "apache:subversion"
 
 PACKAGECONFIG ?= ""
 
+PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost"
 PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl"
 PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list