[oe-commits] [meta-openembedded] 08/11: jsonrpc: Disable coverage in default build

git at git.openembedded.org git at git.openembedded.org
Fri Oct 11 04:59:29 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 0272da33e7abf5c76c2a010913e8618cb1e9d6a7
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Oct 10 17:47:38 2019 -0700

    jsonrpc: Disable coverage in default build
    
    Building with intrumentation is only useful during development or
    optimization phases, in production, this will just make it slow and in
    some cases not work where file system might be readonly.
    
    If its needed then enable the packageconfig via a bbappend
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb
index b237757..dbf44d7 100644
--- a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb
+++ b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb
@@ -14,6 +14,9 @@ SRCREV = "4ed5b00dcc409405a19e6d8c6478f703153430e1"
 
 S = "${WORKDIR}/git"
 
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[coverage] = "-DWITH_COVERAGE=YES,-DWITH_COVERAGE=NO,,"
+
 inherit cmake
 
 EXTRA_OECMAKE += "-DCOMPILE_TESTS=NO -DCOMPILE_STUBGEN=NO -DCOMPILE_EXAMPLES=NO \

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


More information about the Openembedded-commits mailing list