diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-07-26 05:34:42 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-27 22:45:30 +0100 |
commit | 111f9ab083538101d398bf7eeeeaaab94886589c (patch) | |
tree | fbc50b560a9eb8384283b5cb8e50669e01af5135 /meta/recipes-devtools/subversion | |
parent | c414a062606974a36a678e95b54b3612f0d6ed2d (diff) | |
download | poky-111f9ab083538101d398bf7eeeeaaab94886589c.tar.gz |
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.
(From OE-Core rev: 237478724be75a4efeebafe07b46a353894ee4ca)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.12.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.12.0.bb b/meta/recipes-devtools/subversion/subversion_1.12.0.bb index 3d0f3e688d..f1ac1dcfdc 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" | |||
23 | 23 | ||
24 | PACKAGECONFIG ?= "" | 24 | PACKAGECONFIG ?= "" |
25 | 25 | ||
26 | PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost" | ||
26 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | 27 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" |
27 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring" | 28 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring" |
28 | 29 | ||